X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=m4%2Fgnulib-cache.m4;h=9c8fe11d2660a4cbaf9b7d3b15cf1c0b72795ca2;hp=489a3c9a37dd37e392b93d0470e371a941d48f05;hb=faaa147b353c1fba0ebd9a071962e098f9b51a25;hpb=a75ed01852de52cf0f93c7db964c66977966f096 diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4 index 489a3c9a..9c8fe11d 100644 --- a/m4/gnulib-cache.m4 +++ b/m4/gnulib-cache.m4 @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2007 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,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 --aux-dir=. --no-libtool --macro-prefix=gl c-ctype getopt 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 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([c-ctype getopt maintainer-makefile]) +gl_MODULES([ + alloca + c-ctype + getopt + getpass-gnu + gnupload + maintainer-makefile + quote + quotearg + strcasestr + update-copyright +]) gl_AVOID([]) gl_SOURCE_BASE([lib]) gl_M4_BASE([m4])