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

Remove outdated Autoconf macro.

* aclocal.m4 (CL_PROG_INSTALL): Remove macro.
* doc/configure.ac: Invoke AC_PROG_INSTALL instead of CL_PROG_INSTALL.
* lib/configure.ac: Likewise.
* src/configure.ac: Likewise.
This commit is contained in:
Bruno Haible
2024-04-04 15:10:51 +02:00
parent ca5217fc79
commit 84183912e0
5 changed files with 15 additions and 75 deletions

View File

@@ -1,3 +1,11 @@
2024-04-04 Bruno Haible <bruno@clisp.org>
Remove outdated Autoconf macro.
* aclocal.m4 (CL_PROG_INSTALL): Remove macro.
* doc/configure.ac: Invoke AC_PROG_INSTALL instead of CL_PROG_INSTALL.
* lib/configure.ac: Likewise.
* src/configure.ac: Likewise.
2023-12-30 Bruno Haible <bruno@clisp.org>
Mark autoconf 2.72 as supported.