This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

binutils/configure upgrade


The following patch brings the binutils directory up to using a modern
version of Autoconf, just like the gas directory does already.  If I
don't hear any objections in a day or two, I'll commit the following
patch.

Ben

2004-04-14  Ben Elliston  <bje@au.ibm.com>

	* configure.in (AC_PREREQ): Require Autoconf 2.57.
	(AC_PROG_LEX): Use instead of AM_PROG_LEX.
	* configure: Regenerate with Autoconf 2.59.

Index: configure.in
===================================================================
RCS file: /cvs/src/src/binutils/configure.in,v
retrieving revision 1.43
diff -u -p -r1.43 configure.in
--- configure.in	2 Jan 2004 17:08:04 -0000	1.43
+++ configure.in	14 Apr 2004 06:01:45 -0000
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl
-AC_PREREQ(2.13)
+AC_PREREQ(2.57)
 AC_INIT(ar.c)
 
 AC_CANONICAL_SYSTEM
@@ -62,7 +62,7 @@ fi
 AC_PROG_CC
 
 AC_PROG_YACC
-AM_PROG_LEX
+AC_PROG_LEX
 
 ALL_LINGUAS="fr tr ja es sv da zh_CN ru"
 CY_GNU_GETTEXT


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]