From: Daiki Ueno Date: Thu, 19 May 2016 02:02:14 +0000 (+0900) Subject: Update gnulib X-Git-Tag: v0.19.8~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aab762e6c0afa9f31c0277a60c1d27f50233bc10;p=thirdparty%2Fgettext.git Update gnulib * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Explicitly pull 'gettext', as the module is now marked as obsolete. * gnulib-local/Makefile.am (EXTRA_DIST): Remove m4/hard-locale.m4.diff. * gnulib-local/m4/hard-locale.m4.diff: Remove, as it is no longer needed. * gettext-tools/gnulib-lib/.gitignore: Ignore files brought by gnulib-tool. * gettext-tools/gnulib-tests/.gitignore: Likewise. * gettext-tools/libgettextpo/.gitignore: Likewise. --- diff --git a/autogen.sh b/autogen.sh index 7a0a19a41..51bdf0532 100755 --- a/autogen.sh +++ b/autogen.sh @@ -208,6 +208,7 @@ if ! $skip_gnulib; then gcd getline getopt-gnu + gettext gettext-h hash html-styled-ostream diff --git a/gettext-tools/gnulib-lib/.gitignore b/gettext-tools/gnulib-lib/.gitignore index 9ef54ac16..d6ae633ed 100644 --- a/gettext-tools/gnulib-lib/.gitignore +++ b/gettext-tools/gnulib-lib/.gitignore @@ -71,6 +71,7 @@ /diffseq.h /dirent-private.h /dirent.in.h +/dirfd.c /dosname.h /dup-safer-flag.c /dup-safer.c @@ -146,6 +147,8 @@ /gl_xlist.h /glib.in.h /glibconfig.in.h +/hard-locale.c +/hard-locale.h /hash.c /hash.h /html-ostream.c diff --git a/gettext-tools/gnulib-tests/.gitignore b/gettext-tools/gnulib-tests/.gitignore index aa7ad59f8..69eddcd36 100644 --- a/gettext-tools/gnulib-tests/.gitignore +++ b/gettext-tools/gnulib-tests/.gitignore @@ -157,6 +157,7 @@ /test-mbrtowc2.sh /test-mbrtowc3.sh /test-mbrtowc4.sh +/test-mbrtowc5.sh /test-mbsinit.c /test-mbsinit.sh /test-mbsrtowcs.c diff --git a/gettext-tools/libgettextpo/.gitignore b/gettext-tools/libgettextpo/.gitignore index 41424a8b4..10e2973f8 100644 --- a/gettext-tools/libgettextpo/.gitignore +++ b/gettext-tools/libgettextpo/.gitignore @@ -74,6 +74,8 @@ /gl_list.h /gl_xlist.c /gl_xlist.h +/hard-locale.c +/hard-locale.h /hash.c /hash.h /iconv.c diff --git a/gnulib b/gnulib index 271dfe379..6f9206d4d 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 271dfe37985ff3a6e9cf9d08ab67e8ea3e239162 +Subproject commit 6f9206d4db914cf904cd4711e3044d99c36dae8b diff --git a/gnulib-local/Makefile.am b/gnulib-local/Makefile.am index 1ff47e284..da460616a 100644 --- a/gnulib-local/Makefile.am +++ b/gnulib-local/Makefile.am @@ -248,7 +248,6 @@ m4/alloca.m4 \ m4/backupfile.m4 \ m4/curses.m4 \ m4/gcj.m4 \ -m4/hard-locale.m4.diff \ m4/libcroco.m4 \ m4/libglib.m4 \ m4/libxml.m4 \ diff --git a/gnulib-local/m4/hard-locale.m4.diff b/gnulib-local/m4/hard-locale.m4.diff deleted file mode 100644 index 1071d48e4..000000000 --- a/gnulib-local/m4/hard-locale.m4.diff +++ /dev/null @@ -1,16 +0,0 @@ -*** gnulib/m4/hard-locale.m4 2005-03-21 23:06:27.000000000 +0100 ---- gettext-tools/m4/hard-locale.m4 2005-03-09 00:49:02.000000000 +0100 -*************** -*** 5,11 **** - dnl with or without modifications, as long as this notice is preserved. - - dnl No prerequisites of lib/hard-locale.c. -! AC_DEFUN([gl_HARD_LOCALE], -! [ -! AC_LIBOBJ([hard-locale]) -! ]) ---- 5,8 ---- - dnl with or without modifications, as long as this notice is preserved. - - dnl No prerequisites of lib/hard-locale.c. -! AC_DEFUN([gl_HARD_LOCALE], [:])