diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
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) |