X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=m4%2Fgnulib-cache.m4;h=fc535a99cbadfad1eba59d3ccad48c69a0ee7db4;hp=d78f7bb797eab416a692286f58e9c3d2c82bc902;hb=35fe2bcefd8a70601e4ad779427d8866d8154dea;hpb=ae034d236f2c977a9029c0b315eb1ce84a3eaaf6 diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4 index d78f7bb7..fc535a99 100644 --- a/m4/gnulib-cache.m4 +++ b/m4/gnulib-cache.m4 @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2008 Free Software Foundation, Inc. +# Copyright (C) 2002-2009 Free Software Foundation, Inc. # # This file is free software, distributed under the terms of the GNU # General Public License. As a special exception to the GNU General @@ -15,11 +15,21 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --aux-dir=. --no-libtool --macro-prefix=gl c-ctype getopt getpass-gnu maintainer-makefile +# 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 update-copyright # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([]) -gl_MODULES([c-ctype getopt getpass-gnu maintainer-makefile]) +gl_MODULES([ + alloca + c-ctype + getopt + getpass-gnu + maintainer-makefile + quote + quotearg + strcasestr + update-copyright +]) gl_AVOID([]) gl_SOURCE_BASE([lib]) gl_M4_BASE([m4])