diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-01-11 11:07:37 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-01-11 11:07:37 +0100 |
commit | 649ac519daf2f72a9ab96dea61a25ea2c8921ac6 (patch) | |
tree | d7ddf929e1eb93b25dda0768069ca613444b27c9 /gl/m4/gnulib-cache.m4 | |
parent | 51a9116016d4a2b5e13e474ca32fed4dd70dfacc (diff) | |
download | libtasn1-649ac519daf2f72a9ab96dea61a25ea2c8921ac6.tar.gz libtasn1-649ac519daf2f72a9ab96dea61a25ea2c8921ac6.tar.bz2 libtasn1-649ac519daf2f72a9ab96dea61a25ea2c8921ac6.zip |
Update gnulib files.
Diffstat (limited to 'gl/m4/gnulib-cache.m4')
-rw-r--r-- | gl/m4/gnulib-cache.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gl/m4/gnulib-cache.m4 b/gl/m4/gnulib-cache.m4 index eba7886..3161e97 100644 --- a/gl/m4/gnulib-cache.m4 +++ b/gl/m4/gnulib-cache.m4 @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2009 Free Software Foundation, Inc. +# Copyright (C) 2002-2010 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,7 +15,7 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --libtool --macro-prefix=gl --no-vc-files autobuild fdl-1.3 gendocs getopt maintainer-makefile manywarnings pmccabe2html progname read-file stdint version-etc-fsf warnings +# gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --libtool --macro-prefix=gl --no-vc-files autobuild fdl-1.3 gendocs getopt-gnu maintainer-makefile manywarnings pmccabe2html progname read-file stdint version-etc-fsf warnings # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([gl/override]) @@ -23,7 +23,7 @@ gl_MODULES([ autobuild fdl-1.3 gendocs - getopt + getopt-gnu maintainer-makefile manywarnings pmccabe2html |