diff -r 75dd38e0b472 -r c7063ba682e0 gl/m4/gnulib-cache.m4 --- a/gl/m4/gnulib-cache.m4 Thu Aug 25 14:22:52 2011 +0100 +++ b/gl/m4/gnulib-cache.m4 Thu Feb 09 20:43:58 2012 +0000 @@ -15,7 +15,7 @@ # 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=. --no-conditional-dependencies --libtool --macro-prefix=gl fnmatch fnmatch-posix fsync mkdir +# gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=. --no-conditional-dependencies --libtool --macro-prefix=gl fnmatch fnmatch-posix fsync mkdir mkdtemp # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([]) @@ -24,6 +24,7 @@ fnmatch-posix fsync mkdir + mkdtemp ]) gl_AVOID([]) gl_SOURCE_BASE([gl])