From 8572d6adf04d397505770b0b0d5cfd91cf6a92a8 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 8 Jul 2002 02:26:47 +0000 Subject: Major updates in preparation for 3.80. New version of the manual, put into the doc subdir. Enhancements: $(eval ...) and $(value ...) functions, various bug fixes, etc. See the ChangeLog. More to come. --- configure.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 36730a0..31a081f 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(GNU make,3.79.2a1,bug-make@gnu.org) +AC_INIT(GNU make,3.80rc1,bug-make@gnu.org) AC_PREREQ(2.53) @@ -31,7 +31,8 @@ AC_ISC_POSIX AC_MINIX # Enable gettext, in "external" mode. -# Maintainers: this requires gettext 0.11 or better! + +GETTEXT_VERSION=0.11.3-pre2 AM_GNU_GETTEXT([external]) # This test must come as early as possible after the compiler configuration @@ -279,7 +280,7 @@ AC_CACHE_VAL(make_cv_sys_gnu_glob, [ #if !defined _LIBC && defined __GNU_LIBRARY__ && __GNU_LIBRARY__ > 1 # include # if _GNU_GLOB_INTERFACE_VERSION == GLOB_INTERFACE_VERSION -# gnu glob + gnu glob # endif #endif ], [AC_MSG_RESULT(yes) @@ -354,7 +355,7 @@ esac # We only generate the build.sh if we have a build.sh.in; we won't have # one before we've created a distribution. -AC_CONFIG_FILES(Makefile glob/Makefile po/Makefile.in config/Makefile) +AC_CONFIG_FILES(Makefile glob/Makefile po/Makefile.in config/Makefile doc/Makefile) if test -f $srcdir/build.sh.in; then AC_CONFIG_FILES(build.sh) -- cgit v1.2.3