|
|
CVSROOT: /sources/m4
Module name: m4
Branch: branch-1_4
Changes by: Eric Blake <ericb> 06/07/30 23:46:51
Index: m4/gnulib-cache.m4
===================================================================
RCS file: /sources/m4/m4/m4/Attic/gnulib-cache.m4,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -b -r1.1.2.9 -r1.1.2.10
--- m4/gnulib-cache.m4 25 Jul 2006 12:43:56 -0000 1.1.2.9
+++ m4/gnulib-cache.m4 30 Jul 2006 23:46:51 -0000 1.1.2.10
@@ -15,10 +15,10 @@
# Specification in the form of a command-line invocation:
-# gnulib-tool --import --dir=. --lib=libm4 --source-base=lib --m4-base=m4
--doc-base=doc --aux-dir=. --macro-prefix=M4 --assume-autoconf=2.60 alloca
binary-io close-stream error fdl fopen-safer gendocs getopt mkstemp obstack
regex stdlib-safer strtol tmpfile-safer unlocked-io xalloc xvasprintf
+# gnulib-tool --import --dir=. --lib=libm4 --source-base=lib --m4-base=m4
--doc-base=doc --aux-dir=. --macro-prefix=M4 alloca binary-io close-stream
error fdl fopen-safer free gendocs getopt mkstemp obstack regex stdlib-safer
strtol tmpfile-safer unlocked-io xalloc xvasprintf
# Specification in the form of a few gnulib-tool.m4 macro invocations:
-gl_MODULES([alloca binary-io close-stream error fdl fopen-safer gendocs getopt
mkstemp obstack regex stdlib-safer strtol tmpfile-safer unlocked-io xalloc
xvasprintf])
+gl_MODULES([alloca binary-io close-stream error fdl fopen-safer free gendocs
getopt mkstemp obstack regex stdlib-safer strtol tmpfile-safer unlocked-io
xalloc xvasprintf])
gl_AVOID([])
gl_SOURCE_BASE([lib])
gl_M4_BASE([m4])
@@ -26,4 +26,3 @@
gl_TESTS_BASE([tests])
gl_LIB([libm4])
gl_MACRO_PREFIX([M4])
-gl_AUTOCONF_MINVERSION([2.60])
|
|