CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 06/09/07 22:48:15
Index: m4/gnulib-cache.m4 =================================================================== RCS file: /sources/m4/m4/m4/Attic/gnulib-cache.m4,v retrieving revision 1.1.2.14 retrieving revision 1.1.2.15 diff -u -b -r1.1.2.14 -r1.1.2.15 --- m4/gnulib-cache.m4 22 Aug 2006 21:36:34 -0000 1.1.2.14 +++ m4/gnulib-cache.m4 7 Sep 2006 22:48:15 -0000 1.1.2.15 @@ -18,6 +18,7 @@ # gnulib-tool --import --dir=. --lib=libm4 --source-base=lib --m4-base=m4 --doc-base=doc --aux-dir=. --no-libtool --macro-prefix=M4 binary-io cloexec close-stream error fdl fopen-safer free gendocs getopt gnupload mkstemp obstack regex stdlib-safer strtol tmpfile-safer unlocked-io verror xalloc xvasprintf # Specification in the form of a few gnulib-tool.m4 macro invocations: +gl_LOCAL_DIR([]) gl_MODULES([binary-io cloexec close-stream error fdl fopen-safer free gendocs getopt gnupload mkstemp obstack regex stdlib-safer strtol tmpfile-safer unlocked-io verror xalloc xvasprintf]) gl_AVOID([]) gl_SOURCE_BASE([lib]) @@ -25,4 +26,5 @@ gl_DOC_BASE([doc]) gl_TESTS_BASE([tests]) gl_LIB([libm4]) +gl_MAKEFILE_NAME([]) gl_MACRO_PREFIX([M4])
