diff options
author | Daiki Ueno <ueno@gnu.org> | 2016-05-19 11:02:14 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2016-05-19 12:03:00 +0900 |
commit | aab762e6c0afa9f31c0277a60c1d27f50233bc10 (patch) | |
tree | 620e3aed33fffb8f3e8e11763c311c128a65a897 /gettext-tools | |
parent | 4c33c9e1539d45bd65ed263500f0d7ec1a670053 (diff) | |
download | external_gettext-aab762e6c0afa9f31c0277a60c1d27f50233bc10.zip external_gettext-aab762e6c0afa9f31c0277a60c1d27f50233bc10.tar.gz external_gettext-aab762e6c0afa9f31c0277a60c1d27f50233bc10.tar.bz2 |
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.
Diffstat (limited to 'gettext-tools')
-rw-r--r-- | gettext-tools/gnulib-lib/.gitignore | 3 | ||||
-rw-r--r-- | gettext-tools/gnulib-tests/.gitignore | 1 | ||||
-rw-r--r-- | gettext-tools/libgettextpo/.gitignore | 2 |
3 files changed, 6 insertions, 0 deletions
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 |