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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 11eeb73..fea1f4d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # This is a -*-Makefile-*-, or close enough -AUTOMAKE_OPTIONS = 1.7.1 dist-bzip2 check-news ansi2knr +AUTOMAKE_OPTIONS = 1.7.3 dist-bzip2 check-news ansi2knr ACLOCAL_AMFLAGS = -I config SUBDIRS = glob config po doc |