diff options
author | Paul Smith <psmith@gnu.org> | 2002-04-21 23:57:24 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2002-04-21 23:57:24 +0000 |
commit | 7ed1a08985ee943646612563e1fc09f5d51425f8 (patch) | |
tree | 4068151d4bd9fcd5d63bff8f824d0fad325d0fc8 /glob | |
parent | cae1db6ecdcd64bfbdfb1e5cff2bf2d6b2cba603 (diff) | |
download | gunmake-7ed1a08985ee943646612563e1fc09f5d51425f8.tar.gz |
Update GNU make to use Autoconf 2.53, Automake 1.6.1, Gettext 0.11.1.
We're using Gettext's "external" feature to avoid including the intl
code in the GNU make distribution.
Diffstat (limited to 'glob')
-rw-r--r-- | glob/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glob/Makefile.am b/glob/Makefile.am index e6359b4..bd55725 100644 --- a/glob/Makefile.am +++ b/glob/Makefile.am @@ -1,6 +1,6 @@ # -*-Makefile-*-, or close enough -AUTOMAKE_OPTIONS = 1.4 foreign +AUTOMAKE_OPTIONS = 1.6 foreign noinst_LIBRARIES = libglob.a |