/gettext-tools/libgettextpo/str-two-way.h
/gettext-tools/libgettextpo/strchrnul.c
/gettext-tools/libgettextpo/strchrnul.valgrind
+/gettext-tools/libgettextpo/strdup.c
/gettext-tools/libgettextpo/streq.h
/gettext-tools/libgettextpo/strerror-override.c
/gettext-tools/libgettextpo/strerror-override.h
stpncpy
strchrnul
strcspn
+ strdup-posix
strerror
strpbrk
strtol
uniwidth/width-tests
'
$GNULIB_TOOL --dir=gettext-tools --lib=libgettextlib --source-base=gnulib-lib --m4-base=gnulib-m4 --tests-base=gnulib-tests --makefile-name=Makefile.gnulib --libtool --with-tests --local-dir=gnulib-local --local-symlink \
- --import --avoid=fdutimensat-tests --avoid=futimens-tests --avoid=utime-tests --avoid=utimens-tests --avoid=utimensat-tests \
- `for m in $GNULIB_MODULES_TOOLS_LIBUNISTRING_TESTS; do echo --avoid=$m; done` $GNULIB_MODULES_TOOLS_FOR_SRC $GNULIB_MODULES_TOOLS_FOR_SRC_COMMON_DEPENDENCIES $GNULIB_MODULES_TOOLS_OTHER || exit $?
+ --import \
+ --avoid=fdutimensat-tests --avoid=futimens-tests --avoid=utime-tests --avoid=utimens-tests --avoid=utimensat-tests \
+ --avoid=array-list-tests --avoid=linked-list-tests --avoid=linkedhash-list-tests \
+ `for m in $GNULIB_MODULES_TOOLS_LIBUNISTRING_TESTS; do echo --avoid=$m; done` \
+ $GNULIB_MODULES_TOOLS_FOR_SRC $GNULIB_MODULES_TOOLS_FOR_SRC_COMMON_DEPENDENCIES $GNULIB_MODULES_TOOLS_OTHER || exit $?
$GNULIB_TOOL --copy-file m4/libtextstyle.m4 gettext-tools/gnulib-m4/libtextstyle.m4 || exit $?
# In gettext-tools/libgrep:
GNULIB_MODULES_TOOLS_FOR_LIBGREP='
regex
'
$GNULIB_TOOL --dir=gettext-tools --macro-prefix=grgl --lib=libgrep --source-base=libgrep --m4-base=libgrep/gnulib-m4 --witness-c-macro=IN_GETTEXT_TOOLS_LIBGREP --makefile-name=Makefile.gnulib --local-dir=gnulib-local --local-symlink \
- --import `for m in $GNULIB_MODULES_TOOLS_FOR_SRC_COMMON_DEPENDENCIES; do if test \`$GNULIB_TOOL --extract-applicability $m\` != all; then echo --avoid=$m; fi; done` $GNULIB_MODULES_TOOLS_FOR_LIBGREP || exit $?
+ --import \
+ `for m in $GNULIB_MODULES_TOOLS_FOR_SRC_COMMON_DEPENDENCIES; do if test \`$GNULIB_TOOL --extract-applicability $m\` != all; then echo --avoid=$m; fi; done` \
+ $GNULIB_MODULES_TOOLS_FOR_LIBGREP || exit $?
# In gettext-tools/libgettextpo:
# This is a subset of the GNULIB_MODULES_TOOLS_FOR_SRC.
GNULIB_MODULES_LIBGETTEXTPO='
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."; \
echo '#define DEFAULT_TEXT_DOMAIN "gettext-tools"'; \
: "All code is collected in a single library,"; \