diff -r e2ddf497b914 -r 6e73f3f08309 gl/m4/gnulib-cache.m4 --- a/gl/m4/gnulib-cache.m4 Wed Jan 07 18:00:06 2009 +0000 +++ b/gl/m4/gnulib-cache.m4 Tue Aug 18 14:04:11 2009 +0100 @@ -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 mkdir +# 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 fsync mkdir # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([]) gl_MODULES([ fnmatch fnmatch-posix + fsync mkdir ]) gl_AVOID([])