diff -r 3b24a0bd41ee -r d675c5ac6d07 gl/m4/gnulib-cache.m4 --- a/gl/m4/gnulib-cache.m4 Wed Jan 07 17:17:10 2009 +0000 +++ b/gl/m4/gnulib-cache.m4 Thu Jan 08 15:08:08 2009 +0000 @@ -15,13 +15,14 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=. --libtool --macro-prefix=gl fnmatch fnmatch-posix +# gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=. --libtool --macro-prefix=gl fnmatch fnmatch-posix mkdir # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([]) gl_MODULES([ fnmatch fnmatch-posix + mkdir ]) gl_AVOID([]) gl_SOURCE_BASE([gl])