diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 31a081f..1f5cdd7 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.80rc1,bug-make@gnu.org) +AC_INIT(GNU make,3.80b2,bug-make@gnu.org) AC_PREREQ(2.53) @@ -32,7 +32,7 @@ AC_MINIX # Enable gettext, in "external" mode. -GETTEXT_VERSION=0.11.3-pre2 +AM_GNU_GETTEXT_VERSION(0.11.5) AM_GNU_GETTEXT([external]) # This test must come as early as possible after the compiler configuration |