CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/08/09 21:33:24
Index: ltdl/m4/gnulib-cache.m4 =================================================================== RCS file: /sources/m4/m4/ltdl/m4/gnulib-cache.m4,v retrieving revision 1.6 retrieving revision 1.7 diff -u -b -r1.6 -r1.7 --- ltdl/m4/gnulib-cache.m4 20 Jul 2006 15:45:43 -0000 1.6 +++ ltdl/m4/gnulib-cache.m4 9 Aug 2006 21:33:23 -0000 1.7 @@ -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 --assume-autoconf=2.60 assert error exit fdl free gendocs gettext mkstemp obstack progname regex stdbool strtol xalloc xalloc-die xstrndup xvasprintf +# 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 verror 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 xvasprintf]) +gl_MODULES([assert error exit fdl free gendocs gettext mkstemp obstack progname regex stdbool strtol verror xalloc xalloc-die xstrndup xvasprintf]) gl_AVOID([]) gl_SOURCE_BASE([gnu]) gl_M4_BASE([ltdl/m4]) @@ -27,4 +27,3 @@ gl_LIB([libgnu]) gl_LIBTOOL gl_MACRO_PREFIX([M4]) -gl_AUTOCONF_MINVERSION([2.60])
