]> git.ipfire.org Git - thirdparty/gettext.git/commit
build: Remove the need for an autoconf test.
authorBruno Haible <bruno@clisp.org>
Sat, 21 Nov 2020 21:37:30 +0000 (22:37 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 21 Nov 2020 22:44:04 +0000 (23:44 +0100)
commit474a170693a2f9e12e21465dd2e4dc784154bc28
treed8b0478a98dbc3cc4a029059a64cec8140276d7d
parent1a5081fda1e4dfefcf727df7aa812f0b92f7977b
build: Remove the need for an autoconf test.

* gettext-runtime/intl/intl-exports.c (IMP): Use predefined preprocessor symbol
tests, not USER_LABEL_PREFIX_UNDERSCORE.
* gettext-runtime/configure.ac (INTL_EXPORTS_FLAGS): Remove variable.
* gnulib-local/modules/gettext-runtime-misc (Makefile.am): Don't use
INTL_EXPORTS_FLAGS.
* gettext-tools/woe32dll/export.h (IMP): Use predefined preprocessor symbol
tests, not USER_LABEL_PREFIX_UNDERSCORE.
* gettext-tools/configure.ac (GETTEXTLIB_EXPORTS_FLAGS): Don't define USER_LABEL_PREFIX_UNDERSCORE.
gettext-runtime/configure.ac
gettext-runtime/intl/intl-exports.c
gettext-tools/configure.ac
gettext-tools/woe32dll/export.h
gnulib-local/modules/gettext-runtime-misc