From 6374309c6d4d17ab1e4109133ab8aad55f77d51c Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 14 Oct 2002 21:54:04 +0000 Subject: Convert the source code to use ANSI C style function definitions and enable the automake ansi2knr capability. Right now this doesn't quite build using a K&R compiler because of a problem with the loadavg test program, but the rest of the code works. I'm asking the automake list about this problem. --- configure.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index df18069..8df2e27 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.80,bug-make@gnu.org) +AC_INIT(GNU make,3.81a1,bug-make@gnu.org) AC_PREREQ(2.54) @@ -30,6 +30,9 @@ AC_AIX AC_ISC_POSIX AC_MINIX +# Needed for ansi2knr +AM_C_PROTOTYPES + # Enable gettext, in "external" mode. AM_GNU_GETTEXT_VERSION(0.11.5) -- cgit v1.2.3