X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=m4%2Fgnulib-cache.m4;fp=m4%2Fgnulib-cache.m4;h=5959c3f34777ecf9f3e275a0822a6a35a0980941;hp=508da7f144ca71e09ec16fe97a0ed1f1f2cb136b;hb=3419874b2109f62cf21d63c87e45ae6d819fc243;hpb=f5a5cfad4901ad4bafb29b9f1221c02c47a03ffa diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4 index 508da7f1..5959c3f3 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,19 @@ # 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 alloca c-ctype getopt getpass-gnu maintainer-makefile quote quotearg +# 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 # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([]) -gl_MODULES([alloca c-ctype getopt getpass-gnu maintainer-makefile quote quotearg]) +gl_MODULES([ + alloca + c-ctype + getopt + getpass-gnu + maintainer-makefile + quote + quotearg +]) gl_AVOID([]) gl_SOURCE_BASE([lib]) gl_M4_BASE([m4])