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 /gnulib-local | |
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 'gnulib-local')
-rw-r--r-- | gnulib-local/Makefile.am | 1 | ||||
-rw-r--r-- | gnulib-local/m4/hard-locale.m4.diff | 16 |
2 files changed, 0 insertions, 17 deletions
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], [:]) |