CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/07/20 15:45:44
Index: ltdl/m4/gnulib-cache.m4 =================================================================== RCS file: /sources/m4/m4/ltdl/m4/gnulib-cache.m4,v retrieving revision 1.5 retrieving revision 1.6 diff -u -b -r1.5 -r1.6 --- ltdl/m4/gnulib-cache.m4 17 Jul 2006 13:26:09 -0000 1.5 +++ ltdl/m4/gnulib-cache.m4 20 Jul 2006 15:45:43 -0000 1.6 @@ -15,7 +15,7 @@ # 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 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 --assume-autoconf=2.60 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 xvasprintf]) @@ -27,3 +27,4 @@ gl_LIB([libgnu]) gl_LIBTOOL gl_MACRO_PREFIX([M4]) +gl_AUTOCONF_MINVERSION([2.60])
