diff -r e2ddf497b914 -r 90b63682fdd7 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 Sat Feb 14 11:35:32 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 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([])