summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
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