From 1f16ee5c2d482a75504fbbcf70e9e2a44acc1339 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 21 Jan 2004 06:32:59 +0000 Subject: Many bug fixes etc. - Apply a fix for the "thundering herd" problem when using "-j -l". This also fixes bug #4693. - Fix bug #7257: allow functions as ifdef arguments - Fix bug #4518: make sure we print all double-colon rules with -p. - Upgrade to autconf 2.58/automake 1.8/gettext 0.13.1 - Various doc cleanups, etc. --- configure.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index e7b31b1..73d09ee 100644 --- a/configure.in +++ b/configure.in @@ -2,8 +2,7 @@ AC_INIT([GNU make],[3.81rc1],[bug-make@gnu.org]) -AC_PREREQ(2.57) - +AC_PREREQ(2.58) AC_REVISION([[$Id$]]) # Autoconf setup @@ -130,7 +129,7 @@ AC_CHECK_FUNCS( memcpy memmove strchr strdup mkstemp mktemp fdopen \ seteuid setegid setlinebuf setreuid setregid setvbuf pipe \ strerror strsignal) -make_FUNC_SETVBUF_REVERSED +AC_FUNC_SETVBUF_REVERSED # strcoll() is used by the GNU glob library AC_FUNC_STRCOLL -- cgit v1.2.3