X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=m4%2Fgnulib-cache.m4;h=3210f5c176ca791ed4f24d74d5a746b59c50ed83;hb=refs%2Fheads%2Fmaster;hp=1f886cbaac6e54b90f06f3ea98b33a8b659d7214;hpb=95dd28aadbfc1f058dae26beea949cf3cbc22b26;p=febootstrap.git diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4 index 1f886cb..3210f5c 100644 --- a/m4/gnulib-cache.m4 +++ b/m4/gnulib-cache.m4 @@ -10,12 +10,12 @@ # # This file represents the specification of how gnulib-tool is used. # It acts as a cache: It is written and read by gnulib-tool. -# In projects using CVS, this file is meant to be stored in CVS, -# like the configure.ac and various Makefile.am files. +# In projects that use version control, this file is meant to be put under +# version control, like the configure.ac and various Makefile.am files. # Specification in the form of a command-line invocation: -# 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 error filevercmp fts full-write hash hash-pjw xalloc xvasprintf +# 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 error filevercmp fts full-write hash hash-pjw xalloc xstrtol xvasprintf # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([]) @@ -27,6 +27,7 @@ gl_MODULES([ hash hash-pjw xalloc + xstrtol xvasprintf ]) gl_AVOID([])