Update gnulib 0.4.1
authorJ. Ali Harlow <ali@juiblex.co.uk>
Thu Aug 25 14:22:52 2011 +0100 (2011-08-25)
changeset 40175dd38e0b472
parent 400 eb6f3496b8e5
child 402 6ed7abe8e66b
child 403 e63951c1d0f8
Update gnulib
gl/.gitignore
gl/m4/.gitignore
gl/m4/gnulib-cache.m4
     1.1 --- a/gl/.gitignore	Wed Aug 24 15:45:44 2011 +0100
     1.2 +++ b/gl/.gitignore	Thu Aug 25 14:22:52 2011 +0100
     1.3 @@ -55,3 +55,5 @@
     1.4  /strnlen1.h
     1.5  /time.in.h
     1.6  /verify.h
     1.7 +/dosname.h
     1.8 +/mbsrtowcs-impl.h
     2.1 --- a/gl/m4/.gitignore	Wed Aug 24 15:45:44 2011 +0100
     2.2 +++ b/gl/m4/.gitignore	Thu Aug 25 14:22:52 2011 +0100
     2.3 @@ -50,3 +50,6 @@
     2.4  /time_h.m4
     2.5  /warn-on-use.m4
     2.6  /wchar_t.m4
     2.7 +/configmake.m4
     2.8 +/wchar_h.m4
     2.9 +/wctype_h.m4
     3.1 --- a/gl/m4/gnulib-cache.m4	Wed Aug 24 15:45:44 2011 +0100
     3.2 +++ b/gl/m4/gnulib-cache.m4	Thu Aug 25 14:22:52 2011 +0100
     3.3 @@ -1,4 +1,4 @@
     3.4 -# Copyright (C) 2002-2010 Free Software Foundation, Inc.
     3.5 +# Copyright (C) 2002-2011 Free Software Foundation, Inc.
     3.6  #
     3.7  # This file is free software, distributed under the terms of the GNU
     3.8  # General Public License.  As a special exception to the GNU General
     3.9 @@ -10,12 +10,12 @@
    3.10  #
    3.11  # This file represents the specification of how gnulib-tool is used.
    3.12  # It acts as a cache: It is written and read by gnulib-tool.
    3.13 -# In projects using CVS, this file is meant to be stored in CVS,
    3.14 -# like the configure.ac and various Makefile.am files.
    3.15 +# In projects that use version control, this file is meant to be put under
    3.16 +# version control, like the configure.ac and various Makefile.am files.
    3.17  
    3.18  
    3.19  # Specification in the form of a command-line invocation:
    3.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
    3.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
    3.22  
    3.23  # Specification in the form of a few gnulib-tool.m4 macro invocations:
    3.24  gl_LOCAL_DIR([])
    3.25 @@ -36,3 +36,4 @@
    3.26  gl_LIBTOOL
    3.27  gl_MACRO_PREFIX([gl])
    3.28  gl_PO_DOMAIN([])
    3.29 +gl_WITNESS_C_DOMAIN([])