CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/07/11 16:34:16
Index: ltdl/m4/gnulib-cache.m4 =================================================================== RCS file: /sources/m4/m4/ltdl/m4/gnulib-cache.m4,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- ltdl/m4/gnulib-cache.m4 10 Jun 2006 21:23:30 -0000 1.2 +++ ltdl/m4/gnulib-cache.m4 11 Jul 2006 16:34:16 -0000 1.3 @@ -15,13 +15,14 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --dir=. --lib=libgnu --source-base=gnu --m4-base=ltdl/m4 --aux-dir=ltdl/config --libtool --macro-prefix=M4 assert error exit free 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 free gettext mkstemp obstack progname regex stdbool strtol xalloc xalloc-die xstrndup # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_MODULES([assert error exit free gettext mkstemp obstack progname regex stdbool strtol xalloc xalloc-die xstrndup]) gl_AVOID([]) gl_SOURCE_BASE([gnu]) gl_M4_BASE([ltdl/m4]) +gl_DOC_BASE([doc]) gl_TESTS_BASE([tests]) gl_LIB([libgnu]) gl_LIBTOOL
