1.1 --- a/gl/m4/gnulib-cache.m4 Wed Jan 07 17:17:10 2009 +0000
1.2 +++ b/gl/m4/gnulib-cache.m4 Wed Jan 07 18:00:06 2009 +0000
1.3 @@ -15,13 +15,14 @@
1.4
1.5
1.6 # Specification in the form of a command-line invocation:
1.7 -# 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
1.8 +# 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
1.9
1.10 # Specification in the form of a few gnulib-tool.m4 macro invocations:
1.11 gl_LOCAL_DIR([])
1.12 gl_MODULES([
1.13 fnmatch
1.14 fnmatch-posix
1.15 + mkdir
1.16 ])
1.17 gl_AVOID([])
1.18 gl_SOURCE_BASE([gl])