diff options
author | Paul Smith <psmith@gnu.org> | 2002-10-03 05:46:12 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2002-10-03 05:46:12 +0000 |
commit | 1d3dfeb74b47803559e0b5eaa886ebb1ad9e3e3f (patch) | |
tree | 9c40a15df8374f96422ce8af83228429e4746d20 /glob | |
parent | 2de1b621128ed0a4845cbfd71cf7145c508579a3 (diff) | |
download | gunmake-1d3dfeb74b47803559e0b5eaa886ebb1ad9e3e3f.tar.gz |
Some updates for automake 1.7 and prep for releasing 3.80.
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 325d200..7623ffe 100644 --- a/glob/Makefile.am +++ b/glob/Makefile.am @@ -1,6 +1,6 @@ # -*-Makefile-*-, or close enough -AUTOMAKE_OPTIONS = 1.6 foreign +AUTOMAKE_OPTIONS = 1.7 foreign # Only build the library when the system doesn't already have GNU glob. if USE_LOCAL_GLOB |