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


"Alfred M. Szmidt" <ams@kemisten.nu> writes:

>    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.

I don't think it makes sense to add this to each and every configure
file, this will only cause confusion.

> 	* INSTALL (this): Likewise.

INSTALL is a generated file, here's a patch together with one other
change.

Uli, ok to commit?  Should I update INSTALL also or will you do it?

Andreas

2004-02-29  Andreas Jaeger  <aj@suse.de>

	* manual/install.texi (Tools for Compilation): Autoconf 2.53 is required.
	(Supported Configurations): Add x86_64-*-linux.

============================================================
Index: manual/install.texi
--- manual/install.texi	30 Jan 2004 01:58:22 -0000	1.63
+++ manual/install.texi	29 Feb 2004 17:34:51 -0000
@@ -394,7 +394,7 @@ If you change any of the @file{configure
 
 @itemize @bullet
 @item
-GNU @code{autoconf} 2.12 or higher
+GNU @code{autoconf} 2.53 or higher
 @end itemize
 
 @noindent
@@ -431,6 +431,7 @@ s390-@var{*}-linux
 s390x-@var{*}-linux
 sparc-@var{*}-linux
 sparc64-@var{*}-linux
+x86_64-@var{*}-linux
 @end smallexample
 
 Former releases of this library (version 2.1 and/or 2.0) used to run on

-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SuSE Linux AG, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

Attachment: pgp00000.pgp
Description: PGP signature


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