1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Fix build (regression 2024-04-04).

Reported by Pádraig Brady <P@draigBrady.com> in
<https://lists.gnu.org/archive/html/bug-gperf/2024-06/msg00000.html>.

* doc/configure.ac: Invoke AC_CONFIG_AUX_DIR, needed for locating
install-sh.
* lib/configure.ac: Likewise.
* src/configure.ac: Likewise.
* tests/configure.ac: Likewise.
This commit is contained in:
Bruno Haible
2024-06-05 11:29:48 +02:00
parent 84183912e0
commit 0246553284
5 changed files with 16 additions and 1 deletions

View File

@@ -1,3 +1,14 @@
2024-06-05 Bruno Haible <bruno@clisp.org>
Fix build (regression 2024-04-04).
Reported by Pádraig Brady <P@draigBrady.com> in
<https://lists.gnu.org/archive/html/bug-gperf/2024-06/msg00000.html>.
* doc/configure.ac: Invoke AC_CONFIG_AUX_DIR, needed for locating
install-sh.
* lib/configure.ac: Likewise.
* src/configure.ac: Likewise.
* tests/configure.ac: Likewise.
2024-04-04 Bruno Haible <bruno@clisp.org>
Remove outdated Autoconf macro.