gl/m4/gnulib-cache.m4
changeset 428 6707b8b11f55
parent 401 75dd38e0b472
child 438 fab0b8a61dcb
     1.1 --- a/gl/m4/gnulib-cache.m4	Thu Aug 25 14:22:52 2011 +0100
     1.2 +++ b/gl/m4/gnulib-cache.m4	Mon Feb 20 19:30:23 2012 +0000
     1.3 @@ -15,7 +15,7 @@
     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=. --no-conditional-dependencies --libtool --macro-prefix=gl fnmatch fnmatch-posix fsync mkdir
     1.8 +#   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
     1.9  
    1.10  # Specification in the form of a few gnulib-tool.m4 macro invocations:
    1.11  gl_LOCAL_DIR([])
    1.12 @@ -24,6 +24,7 @@
    1.13    fnmatch-posix
    1.14    fsync
    1.15    mkdir
    1.16 +  mkdtemp
    1.17  ])
    1.18  gl_AVOID([])
    1.19  gl_SOURCE_BASE([gl])