gl/m4/gnulib-cache.m4
changeset 337 c89695ed29f0
parent 326 e2ddf497b914
child 399 98aade0d875b
     1.1 --- a/gl/m4/gnulib-cache.m4	Wed Jan 07 18:00:06 2009 +0000
     1.2 +++ b/gl/m4/gnulib-cache.m4	Thu Jan 08 17:36:50 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 mkdir
     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 fsync 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 +  fsync
    1.16    mkdir
    1.17  ])
    1.18  gl_AVOID([])