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]

Re: 2.1.92 does not compile


Andreas Jaeger <aj@suse.de> writes:

> Should we tell people to use 3.79 or newer?  In that case we should
> change the configure script and the documentation.

I don't have the old versions anymore so requiring make 3.79 and up is
probably safer.  So the patch is OK except for

> Index: configure.in
> --- configure.in	2000/07/21 04:04:37	1.284
> +++ configure.in	2000/08/09 06:17:27
> @@ -523,7 +523,7 @@
>    critic_missing=t)
>  AC_CHECK_PROG_VER(MAKE, gnumake gmake make, --version,
>    [GNU Make[^0-9]*\([0-9][0-9.]*\)],
> -  [3.75 | 3.76.[1-9]* | 3.7[789]* | 3.[89]*], critic_missing=t)
> +  [3.75 | 3.79* | 3.[89]*], critic_missing=t)
>  
>  AC_CHECK_PROG_VER(MSGFMT, gnumsgfmt gmsgfmt msgfmt, --version,
>    [GNU gettext.* \([0-9]*\.[0-9.]*\)],

Why do you want to allow 3.75?

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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