CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 06/06/22 14:55:48
Index: m4/gnulib-cache.m4 =================================================================== RCS file: /sources/m4/m4/m4/Attic/gnulib-cache.m4,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -b -r1.1.2.1 -r1.1.2.2 --- m4/gnulib-cache.m4 15 Jun 2006 13:08:46 -0000 1.1.2.1 +++ m4/gnulib-cache.m4 22 Jun 2006 14:55:48 -0000 1.1.2.2 @@ -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 --aux-dir=. --macro-prefix=M4 alloca error getopt obstack regex strtol xalloc +# gnulib-tool --import --dir=. --lib=libm4 --source-base=lib --m4-base=m4 --aux-dir=. --macro-prefix=M4 alloca error getopt mkstemp obstack regex strtol xalloc # Specification in the form of a few gnulib-tool.m4 macro invocations: -gl_MODULES([alloca error getopt obstack regex strtol xalloc]) +gl_MODULES([alloca error getopt mkstemp obstack regex strtol xalloc]) gl_AVOID([]) gl_SOURCE_BASE([lib]) gl_M4_BASE([m4])
