]> git.ipfire.org Git - thirdparty/gettext.git/commit
build: Avoid possible problems due to AC_REQUIRE in if/else branches.
authorBruno Haible <bruno@clisp.org>
Sun, 4 May 2025 23:50:26 +0000 (01:50 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 4 May 2025 23:54:11 +0000 (01:54 +0200)
commit6ecc423cdc0c5ab32dfebc8f6557adbffd4e0e9c
tree9a164dd8d84e08934e15e9dd2cb0bf4528eb1b3f
parent26348e4f880fa4685da486e001318f55627b547f
build: Avoid possible problems due to AC_REQUIRE in if/else branches.

* gettext-runtime/configure.ac: Use AS_IF when at least one of the if/else
branches invokes a complicated Autoconf macro.
* gettext-tools/configure.ac: Likewise.
gettext-runtime/configure.ac
gettext-tools/configure.ac