This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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]

Re: AC_FD_MSG macros undefined


   2.13 is too old, you should update.

Not according to INSTALL:

,----[ [libc]/INSTALL ]
| If you change any of the `configure.in' files you will also need
| 
|    * GNU `autoconf' 2.12 or higher
`----

Patch that fixes this... Don't forget to regenerate the files.

2004-02-29  Alfred M. Szmidt  <ams@kemisten.nu>

	* sysdeps/i386/elf/configure.in: Require autoconf 2.53.
	* INSTALL (this): Likewise.
	* sysdeps/i386/elf/configure: Regenerated.

Index: INSTALL
===================================================================
RCS file: /cvs/glibc/libc/INSTALL,v
retrieving revision 1.42
diff -u -p -r1.42 INSTALL
--- INSTALL	10 Dec 2002 03:56:09 -0000	1.42
+++ INSTALL	29 Feb 2004 17:28:12 -0000
@@ -353,7 +353,7 @@ build the GNU C library:
 
 If you change any of the `configure.in' files you will also need
 
-   * GNU `autoconf' 2.12 or higher
+   * GNU `autoconf' 2.53 or higher
 
 and if you change any of the message translation files you will need
 
Index: sysdeps/i386/elf/configure.in
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/i386/elf/configure.in,v
retrieving revision 1.8
diff -u -p -r1.8 configure.in
--- sysdeps/i386/elf/configure.in	18 Oct 2002 20:27:53 -0000	1.8
+++ sysdeps/i386/elf/configure.in	29 Feb 2004 17:28:42 -0000
@@ -1,3 +1,4 @@
+AC_PREREQ(2.53)dnl		dnl Minimum Autoconf version required.
 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 # Local configure fragment for sysdeps/i386/elf.
 


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