gl/m4/gnulib-cache.m4
changeset 495 5196f8110473
parent 438 fab0b8a61dcb
     1.1 --- a/gl/m4/gnulib-cache.m4	Wed Aug 20 18:57:52 2014 +0100
     1.2 +++ b/gl/m4/gnulib-cache.m4	Tue Mar 06 12:39:15 2018 +0000
     1.3 @@ -27,7 +27,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 mkdtemp
     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 getopt-gnu 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 @@ -35,6 +35,7 @@
    1.13    fnmatch
    1.14    fnmatch-posix
    1.15    fsync
    1.16 +  getopt-gnu
    1.17    mkdir
    1.18    mkdtemp
    1.19  ])