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:
11
ChangeLog
11
ChangeLog
@@ -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>
|
2024-04-04 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
Remove outdated Autoconf macro.
|
Remove outdated Autoconf macro.
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ dnl along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AC_CONFIG_SRCDIR([gperf.texi])
|
AC_CONFIG_SRCDIR([gperf.texi])
|
||||||
|
AC_CONFIG_AUX_DIR([../build-aux])
|
||||||
PACKAGE=gperf
|
PACKAGE=gperf
|
||||||
AC_SUBST([PACKAGE])
|
AC_SUBST([PACKAGE])
|
||||||
AC_PROG_MAKE_SET
|
AC_PROG_MAKE_SET
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ dnl along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AC_CONFIG_SRCDIR([hash.cc])
|
AC_CONFIG_SRCDIR([hash.cc])
|
||||||
|
AC_CONFIG_AUX_DIR([../build-aux])
|
||||||
AC_PROG_MAKE_SET
|
AC_PROG_MAKE_SET
|
||||||
dnl
|
dnl
|
||||||
dnl checks for programs
|
dnl checks for programs
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ dnl along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AC_CONFIG_SRCDIR([main.cc])
|
AC_CONFIG_SRCDIR([main.cc])
|
||||||
|
AC_CONFIG_AUX_DIR([../build-aux])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_PROG_MAKE_SET
|
AC_PROG_MAKE_SET
|
||||||
dnl
|
dnl
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
dnl autoconf configuration for gperf/tests
|
dnl autoconf configuration for gperf/tests
|
||||||
|
|
||||||
dnl Copyright (C) 1998-2020 Free Software Foundation, Inc.
|
dnl Copyright (C) 1998-2024 Free Software Foundation, Inc.
|
||||||
dnl Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
|
dnl Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
|
||||||
dnl and Bruno Haible <bruno@clisp.org>.
|
dnl and Bruno Haible <bruno@clisp.org>.
|
||||||
dnl
|
dnl
|
||||||
@@ -22,6 +22,7 @@ dnl along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AC_CONFIG_SRCDIR([c-parse.gperf])
|
AC_CONFIG_SRCDIR([c-parse.gperf])
|
||||||
|
AC_CONFIG_AUX_DIR([../build-aux])
|
||||||
AC_PROG_MAKE_SET
|
AC_PROG_MAKE_SET
|
||||||
dnl
|
dnl
|
||||||
dnl checks for programs
|
dnl checks for programs
|
||||||
|
|||||||
Reference in New Issue
Block a user