From e3e3f15ebcbe29bed87354c317824c95cac427c4 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Thu, 4 Mar 2004 13:42:51 +0000 Subject: Updates to automate generation of GNU upload artifacts. Fix a problem compiling on old, pre-ANSI systems. getloadavg test is still broken, but make builds. Document a breakage on SunOS 4.x systems. --- configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index ebf65dc..3828be7 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([GNU make],[3.81rc1],[bug-make@gnu.org]) +AC_INIT([GNU make],[3.81beta1],[bug-make@gnu.org]) -AC_PREREQ(2.58) +AC_PREREQ(2.59) AC_REVISION([[$Id$]]) # Autoconf setup @@ -11,7 +11,7 @@ AC_CONFIG_SRCDIR(vpath.c) AC_CONFIG_HEADERS(config.h) # Automake setup -AM_INIT_AUTOMAKE([1.7.6]) +AM_INIT_AUTOMAKE([1.8.2]) # Checks for programs. AC_PROG_CC @@ -33,7 +33,7 @@ AM_C_PROTOTYPES # Enable gettext, in "external" mode. -AM_GNU_GETTEXT_VERSION(0.12.1) +AM_GNU_GETTEXT_VERSION(0.14.1) AM_GNU_GETTEXT([external]) # This test must come as early as possible after the compiler configuration -- cgit v1.2.3