summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2003-07-31 13:04:32 +0000
committerPaul Smith <psmith@gnu.org>2003-07-31 13:04:32 +0000
commitdb401d8e0af7fe6e3ca83afc502ed8ca0cae550e (patch)
tree4dd1bb31c64d729dfc1e4b30995b05b612c41cdd /configure.in
parente3986eea432878243eabefeb15f981f9e945b70c (diff)
downloadgunmake-db401d8e0af7fe6e3ca83afc502ed8ca0cae550e.tar.gz
Updated for autoconf 2.57, automake 1.7.6, and gettext 0.12.1.
Fixed problems with the dist target (adding missing files). Workaround for a bug in gettext 0.12.1 po/Makefile.in.in where distclean wasn't cleaning everything, which caused distcheck to fail.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index ef44f90..e7b31b1 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.81a2],[bug-make@gnu.org])
+AC_INIT([GNU make],[3.81rc1],[bug-make@gnu.org])
AC_PREREQ(2.57)
@@ -12,8 +12,7 @@ AC_CONFIG_SRCDIR(vpath.c)
AC_CONFIG_HEADERS(config.h)
# Automake setup
-AM_INIT_AUTOMAKE
-AC_PROG_MAKE_SET
+AM_INIT_AUTOMAKE([1.7.6])
# Checks for programs.
AC_PROG_CC
@@ -35,7 +34,7 @@ AM_C_PROTOTYPES
# Enable gettext, in "external" mode.
-AM_GNU_GETTEXT_VERSION(0.11.5)
+AM_GNU_GETTEXT_VERSION(0.12.1)
AM_GNU_GETTEXT([external])
# This test must come as early as possible after the compiler configuration