From aab762e6c0afa9f31c0277a60c1d27f50233bc10 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Thu, 19 May 2016 11:02:14 +0900 Subject: 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. --- autogen.sh | 1 + gettext-tools/gnulib-lib/.gitignore | 3 +++ gettext-tools/gnulib-tests/.gitignore | 1 + gettext-tools/libgettextpo/.gitignore | 2 ++ gnulib | 2 +- gnulib-local/Makefile.am | 1 - gnulib-local/m4/hard-locale.m4.diff | 16 ---------------- 7 files changed, 8 insertions(+), 18 deletions(-) delete mode 100644 gnulib-local/m4/hard-locale.m4.diff diff --git a/autogen.sh b/autogen.sh index 7a0a19a..51bdf05 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 9ef54ac..d6ae633 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 aa7ad59..69eddcd 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 41424a8..10e2973 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 271dfe3..6f9206d 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 1ff47e2..da46061 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 1071d48..0000000 --- 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], [:]) -- cgit v1.1