/gettext-tools/libgettextpo/c-strstr.c
/gettext-tools/libgettextpo/c-strstr.h
/gettext-tools/libgettextpo/c++defs.h
+/gettext-tools/libgettextpo/cloexec.c
+/gettext-tools/libgettextpo/cloexec.h
/gettext-tools/libgettextpo/close.c
/gettext-tools/libgettextpo/concat-filename.c
/gettext-tools/libgettextpo/concat-filename.h
/gettext-tools/libgettextpo/dirname-lgpl.c
/gettext-tools/libgettextpo/dirname.h
/gettext-tools/libgettextpo/dosname.h
+/gettext-tools/libgettextpo/dup2.c
/gettext-tools/libgettextpo/errno.in.h
/gettext-tools/libgettextpo/error-progname.c
/gettext-tools/libgettextpo/error-progname.h
/gettext-tools/libgettextpo/error.h
/gettext-tools/libgettextpo/exitfail.c
/gettext-tools/libgettextpo/exitfail.h
+/gettext-tools/libgettextpo/fcntl.c
/gettext-tools/libgettextpo/fcntl.in.h
/gettext-tools/libgettextpo/fd-hook.c
/gettext-tools/libgettextpo/fd-hook.h
/gettext-tools/libgettextpo/gcd.c
/gettext-tools/libgettextpo/gcd.h
/gettext-tools/libgettextpo/getdelim.c
+/gettext-tools/libgettextpo/getdtablesize.c
/gettext-tools/libgettextpo/getline.c
/gettext-tools/libgettextpo/getprogname.c
/gettext-tools/libgettextpo/getprogname.h
/gettext-tools/libgettextpo/ref-del.sin
/gettext-tools/libgettextpo/relocatable.c
/gettext-tools/libgettextpo/relocatable.h
+/gettext-tools/libgettextpo/relocatable.valgrind
/gettext-tools/libgettextpo/signal.in.h
/gettext-tools/libgettextpo/sigprocmask.c
/gettext-tools/libgettextpo/size_max.h
+/gettext-tools/libgettextpo/stat-time.c
+/gettext-tools/libgettextpo/stat-time.h
/gettext-tools/libgettextpo/stat-w32.c
/gettext-tools/libgettextpo/stat-w32.h
/gettext-tools/libgettextpo/stat.c
## Makefile for the gnulib-local directory of GNU gettext
-## Copyright (C) 2006-2008, 2010-2011, 2015-2017 Free Software Foundation, Inc.
+## Copyright (C) 2006-2008, 2010-2011, 2015-2018 Free Software Foundation, Inc.
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
lib/ostream.oo.c \
lib/ostream.oo.h \
lib/progname.h.diff \
-lib/regexec.c.diff \
lib/regex_internal.h.diff \
lib/spawn-pipe.c.diff \
lib/styled-ostream.oo.c \
+++ /dev/null
-*** lib/regexec.c.orig Mon May 24 12:36:55 2010
---- lib/regexec.c Mon May 24 12:34:41 2010
-***************
-*** 3425,3431 ****
- else
- {
- dest_states = (re_dfastate_t **)
-! malloc (ndests * 3 * sizeof (re_dfastate_t *));
- if (BE (dest_states == NULL, 0))
- {
- out_free:
---- 3425,3431 ----
- else
- {
- dest_states = (re_dfastate_t **)
-! re_malloc (re_dfastate_t *, ndests * 3);
- if (BE (dest_states == NULL, 0))
- {
- out_free:
--- unistd.in.h 2017-05-15 19:05:30.449063823 +0200
+++ unistd.in.h.new 2017-05-15 19:14:39.145268786 +0200
-@@ -136,7 +136,11 @@
+@@ -136,6 +136,10 @@
- /* Get getopt(), optarg, optind, opterr, optopt.
- But avoid namespace pollution on glibc systems. */
--#if @GNULIB_UNISTD_H_GETOPT@ && !defined __GLIBC__ && !defined _GL_SYSTEM_GETOPT
+ /* Get getopt(), optarg, optind, opterr, optopt. */
+-#if @GNULIB_UNISTD_H_GETOPT@ && !defined _GL_SYSTEM_GETOPT
+/* Also, don't include <getopt.h> inside libgettextpo, because we use
+ the getopt module only in gettext-tools/gnulib-lib/, not in
+ gettext-tools/libgettextpo/, but there is only a single
+ GNULIB_UNISTD_H_GETOPT variable for both. */
-+#if @GNULIB_UNISTD_H_GETOPT@ && !defined GTPO_CONFIG_H && !defined __GLIBC__ && !defined _GL_SYSTEM_GETOPT
++#if @GNULIB_UNISTD_H_GETOPT@ && !defined GTPO_CONFIG_H && !defined _GL_SYSTEM_GETOPT
# include <getopt-cdefs.h>
# include <getopt-pfx-core.h>
#endif