]> git.ipfire.org Git - thirdparty/gettext.git/commit
gettextize: Fix bad interactions between autoreconf and autopoint.
authorBruno Haible <bruno@clisp.org>
Wed, 2 Apr 2025 12:07:39 +0000 (14:07 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 2 Apr 2025 12:08:11 +0000 (14:08 +0200)
commit3c3b58eee6638ea21c26923d24a7f90c013a8663
tree3df3589974bcb6a3ff238274863d04b4447577c0
parente91e04e0f3dc4ca7decb3a998b063bd4e5b83c74
gettextize: Fix bad interactions between autoreconf and autopoint.

Reported by Sebastian Pipping <sebastian@pipping.org>
in <https://savannah.gnu.org/bugs/index.php?66968>.

* gettext-tools/m4/Makefile.am (aclocaldir): Remove variable.
(pkgdatadir, macrosdir): Add variables.
(macros_DATA): Renamed from aclocal_DATA.
(install-data-local, uninstall-local, uninstall-macros): New targets.
* gettext-tools/misc/gettextize.in: Copy the *.m4 files from
$datadir/gettext/m4, not from $datadir/aclocal.
* gettext-tools/doc/gettext.texi (aclocal): Don't recommend to add option
--install to ACLOCAL_MFLAGS. Instead, recommend one-time use of --system-acdir.
* PACKAGING: Expect *.m4 files in $prefix/share/gettext/m4, not in
$prefix/share/aclocal.
* NEWS: Mention the fix.
NEWS
PACKAGING
gettext-tools/doc/gettext.texi
gettext-tools/m4/Makefile.am
gettext-tools/misc/gettextize.in