From a6f9caf8cc7614665d1be694485dd7bc30399e0f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 16 May 2017 00:27:57 +0200 Subject: Update after gnulib changed. * gnulib-local/lib/getopt-core.h.diff: New file. * gnulib-local/lib/getopt.in.h.diff: Remove file. * gnulib-local/lib/unistd.in.h.diff: Update. * gnulib-local/modules/fnmatch.diff: Update. * gnulib-local/Makefile.am (EXTRA_DIST): Add lib/getopt-core.h.diff. Remove lib/getopt.in.h.diff. * gettext-runtime/m4/wint_t.m4: Update from gnulib. * autogen.sh: In the gnulib-tool invocations, avoid gnulib test modules that depend on 'hash' (because we use a different 'hash' module). * .gitignore: Update. --- .gitignore | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 276dcfe96..8db6ed74a 100644 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,6 @@ # Files brought in by gnulib-tool: /GNUmakefile /maint.mk -/build-aux/snippet/ /build-aux/config.libpath /build-aux/config.rpath /build-aux/csharpcomp.sh.in @@ -60,8 +59,10 @@ /gettext-tools/libgettextpo/unistr/ /gettext-tools/libgettextpo/uniwidth/ /gettext-tools/libgettextpo/Makefile.gnulib +/gettext-tools/libgettextpo/_Noreturn.h /gettext-tools/libgettextpo/alignof.h /gettext-tools/libgettextpo/alloca.in.h +/gettext-tools/libgettextpo/arg-nonnull.h /gettext-tools/libgettextpo/asnprintf.c /gettext-tools/libgettextpo/asprintf.c /gettext-tools/libgettextpo/basename-lgpl.c @@ -75,6 +76,7 @@ /gettext-tools/libgettextpo/c-strncasecmp.c /gettext-tools/libgettextpo/c-strstr.c /gettext-tools/libgettextpo/c-strstr.h +/gettext-tools/libgettextpo/c++defs.h /gettext-tools/libgettextpo/close.c /gettext-tools/libgettextpo/concat-filename.c /gettext-tools/libgettextpo/concat-filename.h @@ -181,6 +183,8 @@ /gettext-tools/libgettextpo/signal.in.h /gettext-tools/libgettextpo/sigprocmask.c /gettext-tools/libgettextpo/size_max.h +/gettext-tools/libgettextpo/stat-w32.c +/gettext-tools/libgettextpo/stat-w32.h /gettext-tools/libgettextpo/stat.c /gettext-tools/libgettextpo/stdarg.in.h /gettext-tools/libgettextpo/stdbool.in.h @@ -220,14 +224,17 @@ /gettext-tools/libgettextpo/unitypes.in.h /gettext-tools/libgettextpo/uniwidth.in.h /gettext-tools/libgettextpo/unlocked-io.h +/gettext-tools/libgettextpo/unused-parameter.h /gettext-tools/libgettextpo/vasnprintf.c /gettext-tools/libgettextpo/vasnprintf.h /gettext-tools/libgettextpo/vasprintf.c /gettext-tools/libgettextpo/verify.h +/gettext-tools/libgettextpo/warn-on-use.h /gettext-tools/libgettextpo/wchar.in.h /gettext-tools/libgettextpo/wctype-h.c /gettext-tools/libgettextpo/wctype.in.h /gettext-tools/libgettextpo/wcwidth.c +/gettext-tools/libgettextpo/xalloc-oversized.h /gettext-tools/libgettextpo/xalloc.h /gettext-tools/libgettextpo/xasprintf.c /gettext-tools/libgettextpo/xconcat-filename.c @@ -247,6 +254,8 @@ /gettext-tools/libgrep/gnulib-m4/ /gettext-tools/libgrep/Makefile.gnulib /gettext-tools/libgrep/btowc.c +/gettext-tools/libgrep/c++defs.h +/gettext-tools/libgrep/intprops.h /gettext-tools/libgrep/langinfo.in.h /gettext-tools/libgrep/localeconv.c /gettext-tools/libgrep/mbrlen.c @@ -259,6 +268,7 @@ /gettext-tools/libgrep/regex_internal.c /gettext-tools/libgrep/regex_internal.h /gettext-tools/libgrep/regexec.c +/gettext-tools/libgrep/warn-on-use.h /gettext-tools/libgrep/wcrtomb.c /gettext-tools/tests/init.sh @@ -714,10 +724,6 @@ core /gettext-tools/libgettextpo/iconv.h /gettext-tools/libgettextpo/limits.h /gettext-tools/libgettextpo/signal.h -/gettext-tools/libgettextpo/arg-nonnull.h -/gettext-tools/libgettextpo/c++defs.h -/gettext-tools/libgettextpo/unused-parameter.h -/gettext-tools/libgettextpo/warn-on-use.h /gettext-tools/libgettextpo/stdarg.h /gettext-tools/libgettextpo/stdbool.h /gettext-tools/libgettextpo/stddef.h @@ -739,8 +745,6 @@ core /gettext-tools/libgettextpo/wchar.h /gettext-tools/libgettextpo/wctype.h /gettext-tools/libgrep/langinfo.h -/gettext-tools/libgrep/c++defs.h -/gettext-tools/libgrep/warn-on-use.h /gettext-tools/src/gettext.res # Files generated by "make dist" and erased by "make mostlyclean" -- cgit v1.2.1