This partially reverts the commit 2020-12-28 "Update after gnulib changed:
Fix link errors on native Windows."
* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC, GNULIB_MODULES_LIBGETTEXTPO): Remove
strdup-posix.
* gettext-tools/libgettextpo/Makefile.am (config.h): Don't define GNULIB_GETCWD.
stpncpy
strchrnul
strcspn
- strdup-posix
strerror
strpbrk
strtol
stpcpy
stpncpy
strchrnul
- strdup-posix
strerror
unictype/ctype-space
unilbrk/ulc-width-linebreaks
echo '#define GTPO_CONFIG_H'; \
echo; \
echo '#include "../config.h"'; \
- : "We use gnulib module 'getcwd-lgpl' here, not module 'getcwd'."; \
- echo '#undef GNULIB_GETCWD'; \
: "We don't use gnulib module 'fchdir' here."; \
echo '#undef REPLACE_FCHDIR'; \
: "Turn all gettext() calls into dgettext() calls."; \