# HG changeset patch # User J. Ali Harlow # Date 1314278572 -3600 # Node ID 75dd38e0b47246d15ebf0a3ba57242344f95bd09 # Parent eb6f3496b8e5bc9c45bbef160a29da992e134567 Update gnulib diff -r eb6f3496b8e5 -r 75dd38e0b472 gl/.gitignore --- a/gl/.gitignore Wed Aug 24 15:45:44 2011 +0100 +++ b/gl/.gitignore Thu Aug 25 14:22:52 2011 +0100 @@ -55,3 +55,5 @@ /strnlen1.h /time.in.h /verify.h +/dosname.h +/mbsrtowcs-impl.h diff -r eb6f3496b8e5 -r 75dd38e0b472 gl/m4/.gitignore --- a/gl/m4/.gitignore Wed Aug 24 15:45:44 2011 +0100 +++ b/gl/m4/.gitignore Thu Aug 25 14:22:52 2011 +0100 @@ -50,3 +50,6 @@ /time_h.m4 /warn-on-use.m4 /wchar_t.m4 +/configmake.m4 +/wchar_h.m4 +/wctype_h.m4 diff -r eb6f3496b8e5 -r 75dd38e0b472 gl/m4/gnulib-cache.m4 --- a/gl/m4/gnulib-cache.m4 Wed Aug 24 15:45:44 2011 +0100 +++ b/gl/m4/gnulib-cache.m4 Thu Aug 25 14:22:52 2011 +0100 @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2010 Free Software Foundation, Inc. +# Copyright (C) 2002-2011 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 @@ -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=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=. --libtool --macro-prefix=gl fnmatch fnmatch-posix fsync mkdir +# 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 # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([]) @@ -36,3 +36,4 @@ gl_LIBTOOL gl_MACRO_PREFIX([gl]) gl_PO_DOMAIN([]) +gl_WITNESS_C_DOMAIN([])