summaryrefslogtreecommitdiff
path: root/glob
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
commit7af2de95b954274db568f091982ff7a71fec815b (patch)
tree4dd1bb31c64d729dfc1e4b30995b05b612c41cdd /glob
parent7f5d8861ba1ba1b0b544ebc0da26864502b5666b (diff)
downloadmake-7af2de95b954274db568f091982ff7a71fec815b.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 'glob')
-rw-r--r--glob/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/glob/Makefile.am b/glob/Makefile.am
index b777015a..d38528da 100644
--- a/glob/Makefile.am
+++ b/glob/Makefile.am
@@ -1,6 +1,6 @@
# -*-Makefile-*-, or close enough
-AUTOMAKE_OPTIONS = 1.7.3 foreign
+AUTOMAKE_OPTIONS = foreign
# Only build the library when the system doesn't already have GNU glob.
if USE_LOCAL_GLOB