X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=m4%2Fgnulib-cache.m4;h=bfcbea786a57ffc77bcb5474b90fc47d1556de13;hp=3254beb8c9c3cdd9b3c9489700231d9bc9017464;hb=2456d9bc547aacc8ad387f441e81455cd9301fe7;hpb=cff51866dd4b4de7b2f70676fa26b31c31e216d7 diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4 index 3254beb8..bfcbea78 100644 --- a/m4/gnulib-cache.m4 +++ b/m4/gnulib-cache.m4 @@ -15,19 +15,22 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --no-libtool --macro-prefix=gl alloca c-ctype getopt getpass-gnu maintainer-makefile quote quotearg strcasestr +# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-libtool --macro-prefix=gl alloca announce-gen c-ctype getopt getpass-gnu gnupload maintainer-makefile quote quotearg strcasestr update-copyright # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([]) gl_MODULES([ alloca + announce-gen c-ctype getopt getpass-gnu + gnupload maintainer-makefile quote quotearg strcasestr + update-copyright ]) gl_AVOID([]) gl_SOURCE_BASE([lib])