CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/07/17 13:26:09
Index: ltdl/m4/gnulib-cache.m4 =================================================================== RCS file: /sources/m4/m4/ltdl/m4/gnulib-cache.m4,v retrieving revision 1.4 retrieving revision 1.5 diff -u -b -r1.4 -r1.5 --- ltdl/m4/gnulib-cache.m4 15 Jul 2006 21:35:37 -0000 1.4 +++ ltdl/m4/gnulib-cache.m4 17 Jul 2006 13:26:09 -0000 1.5 @@ -15,10 +15,10 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --dir=. --lib=libgnu --source-base=gnu --m4-base=ltdl/m4 --doc-base=doc --aux-dir=ltdl/config --libtool --macro-prefix=M4 assert error exit fdl free gendocs gettext mkstemp obstack progname regex stdbool strtol xalloc xalloc-die xstrndup +# gnulib-tool --import --dir=. --lib=libgnu --source-base=gnu --m4-base=ltdl/m4 --doc-base=doc --aux-dir=ltdl/config --libtool --macro-prefix=M4 assert error exit fdl free gendocs gettext mkstemp obstack progname regex stdbool strtol xalloc xalloc-die xstrndup xvasprintf # Specification in the form of a few gnulib-tool.m4 macro invocations: -gl_MODULES([assert error exit fdl free gendocs gettext mkstemp obstack progname regex stdbool strtol xalloc xalloc-die xstrndup]) +gl_MODULES([assert error exit fdl free gendocs gettext mkstemp obstack progname regex stdbool strtol xalloc xalloc-die xstrndup xvasprintf]) gl_AVOID([]) gl_SOURCE_BASE([gnu]) gl_M4_BASE([ltdl/m4])
