]> git.ipfire.org Git - thirdparty/gettext.git/commit
libtextstyle: Make gl_INIT_PACKAGE work with Automake >= 1.16.4.
authorBruno Haible <bruno@clisp.org>
Sun, 8 Aug 2021 00:08:43 +0000 (02:08 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 11 Sep 2022 10:07:23 +0000 (12:07 +0200)
commit715812640e8a10dad2a8397c90c83bbfafc70ac6
treee4d6fdac0be368f534399b2ce4229f2e70af54cb
parent934ef444c53fd745798ff8402da7ef8b39464bab
libtextstyle: Make gl_INIT_PACKAGE work with Automake >= 1.16.4.

Reported and analyzed by Nicole Mazzuca <mazzucan@outlook.com> in
<https://lists.gnu.org/archive/html/bug-libunistring/2021-08/msg00002.html>.

* m4/init-package-version.m4 (gl_INIT_PACKAGE): Use a new macro gl_INIT_EMPTY.
(gl_INIT_DUMMY): Expand to empty in two steps, via a new macro gl_INIT_DUMMY2.
libtextstyle/m4/init-package-version.m4