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 /config/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 'config/Makefile.am')
-rw-r--r-- | config/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/Makefile.am b/config/Makefile.am index 1acf844..0a4e3c7 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -1,3 +1,7 @@ +# -*-Makefile-*-, or close enough + +AUTOMAKE_OPTIONS = 1.7.3 + EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 \ intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 \ isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 \ |