diff options
author | Simon Josefsson <simon@josefsson.org> | 2011-07-14 13:10:45 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2011-07-14 13:10:45 +0200 |
commit | 22467f04196c52ebfdf14255748de1b977bff865 (patch) | |
tree | dcc3bbeadbe38e3c930a9dcf3246d62f10171b86 /gl/m4/gnulib-cache.m4 | |
parent | c5f7aa11f5fb3095320cfd39903d933e9c27a67b (diff) | |
download | libtasn1-22467f04196c52ebfdf14255748de1b977bff865.tar.gz libtasn1-22467f04196c52ebfdf14255748de1b977bff865.tar.bz2 libtasn1-22467f04196c52ebfdf14255748de1b977bff865.zip |
Update gnulib files.
Diffstat (limited to 'gl/m4/gnulib-cache.m4')
-rw-r--r-- | gl/m4/gnulib-cache.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gl/m4/gnulib-cache.m4 b/gl/m4/gnulib-cache.m4 index 6486ac9..de63961 100644 --- a/gl/m4/gnulib-cache.m4 +++ b/gl/m4/gnulib-cache.m4 @@ -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-gnu maintainer-makefile manywarnings pmccabe2html progname read-file stdint update-copyright valgrind-tests 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 --no-conditional-dependencies --libtool --macro-prefix=gl --no-vc-files autobuild fdl-1.3 gendocs getopt-gnu maintainer-makefile manywarnings pmccabe2html progname read-file stdint update-copyright valgrind-tests version-etc-fsf warnings # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([gl/override]) @@ -46,4 +46,5 @@ gl_MAKEFILE_NAME([]) gl_LIBTOOL gl_MACRO_PREFIX([gl]) gl_PO_DOMAIN([]) +gl_WITNESS_C_DOMAIN([]) gl_VC_FILES([false]) |