gl/m4/gnulib-cache.m4
changeset 405 f960eb19dca2
parent 399 98aade0d875b
child 415 fbd3a02dcfde
     1.1 --- a/gl/m4/gnulib-cache.m4	Wed Aug 24 15:28:52 2011 +0100
     1.2 +++ b/gl/m4/gnulib-cache.m4	Fri Jan 27 07:55:30 2012 +0000
     1.3 @@ -1,4 +1,4 @@
     1.4 -# Copyright (C) 2002-2010 Free Software Foundation, Inc.
     1.5 +# Copyright (C) 2002-2011 Free Software Foundation, Inc.
     1.6  #
     1.7  # This file is free software, distributed under the terms of the GNU
     1.8  # General Public License.  As a special exception to the GNU General
     1.9 @@ -10,12 +10,12 @@
    1.10  #
    1.11  # This file represents the specification of how gnulib-tool is used.
    1.12  # It acts as a cache: It is written and read by gnulib-tool.
    1.13 -# In projects using CVS, this file is meant to be stored in CVS,
    1.14 -# like the configure.ac and various Makefile.am files.
    1.15 +# In projects that use version control, this file is meant to be put under
    1.16 +# version control, like the configure.ac and various Makefile.am files.
    1.17  
    1.18  
    1.19  # Specification in the form of a command-line invocation:
    1.20 -#   gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=. --libtool --macro-prefix=gl fnmatch fnmatch-posix fsync mkdir
    1.21 +#   gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=. --no-conditional-dependencies --libtool --macro-prefix=gl fnmatch fnmatch-posix fsync mkdir
    1.22  
    1.23  # Specification in the form of a few gnulib-tool.m4 macro invocations:
    1.24  gl_LOCAL_DIR([])
    1.25 @@ -36,3 +36,4 @@
    1.26  gl_LIBTOOL
    1.27  gl_MACRO_PREFIX([gl])
    1.28  gl_PO_DOMAIN([])
    1.29 +gl_WITNESS_C_DOMAIN([])