diff options
author | Paul Smith <psmith@gnu.org> | 2003-03-25 03:21:42 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2003-03-25 03:21:42 +0000 |
commit | acb2e6496630080a172d8938f0e0a459ee2929e2 (patch) | |
tree | 3c7d216b9badfed4c6fe43526dbdfb513e4512be /configure.in | |
parent | 276d0c7c646eef13a40fcaccbda1a56bed1310c6 (diff) | |
download | gunmake-acb2e6496630080a172d8938f0e0a459ee2929e2.tar.gz |
Fix bug #2892.
More OS/2 updates from Andreas Buening.
Upgrade build system to autoconf 2.57 and automake 1.7.3.
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 38a84ee..c2f065e 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.81a1],[bug-make@gnu.org]) +AC_INIT([GNU make],[3.81a2],[bug-make@gnu.org]) -AC_PREREQ(2.56) +AC_PREREQ(2.57) AC_REVISION([[$Id$]]) |