1.1 --- a/gl/m4/gnulib-cache.m4 Wed Aug 20 18:57:52 2014 +0100
1.2 +++ b/gl/m4/gnulib-cache.m4 Mon Sep 08 10:26:39 2014 +0100
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 ])