]> git.ipfire.org Git - thirdparty/gettext.git/commit
intl: Revert "Add special hack for GCC" from 2022-06-21.
authorBruno Haible <bruno@clisp.org>
Mon, 29 Jan 2024 09:32:34 +0000 (10:32 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 29 Jan 2024 09:32:34 +0000 (10:32 +0100)
commitae837135109bc3ed2d8a9414d76dd46f9c27f3a9
tree40c6253c9c3649158740c3a3b22f00f8cf7c6c8f
parent9e5704fa209898e28f6b059c8fc2ed9cd6ec2abb
intl: Revert "Add special hack for GCC" from 2022-06-21.

The added option --enable-host-shared has the same effect as the
libtool-provided option --with-pic, and gcc's Makefile.def actually
uses --with-pic, not --enable-host-shared.

* gettext-runtime/intl/configure.ac: Don't accept option --enable-host-shared.
Don't set PICFLAG.
* gettext-runtime/intl/Makefile.am (AM_CFLAGS): Remove the PICFLAG.
* gnulib-local/modules/gettext-runtime-intl-misc (Makefile.am): Remove the
PICFLAG from AM_CFLAGS.
gettext-runtime/intl/Makefile.am
gettext-runtime/intl/configure.ac
gnulib-local/modules/gettext-runtime-intl-misc