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

Update after gnulib changed.

* configure.ac (AC_PREREQ): Require Autoconf >= 2.64.
* doc/configure.ac (AC_PREREQ): Likewise.
* lib/configure.ac (AC_PREREQ): Likewise.
* src/configure.ac (AC_PREREQ): Likewise.
* tests/configure.ac (AC_PREREQ): Likewise.
* autogen.sh: Update comment.
This commit is contained in:
Bruno Haible
2020-08-30 02:06:20 +02:00
parent 0a2ed64ff7
commit 4706572628
7 changed files with 22 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
dnl autoconf configuration for gperf/tests
dnl Copyright (C) 1998, 2002, 2007, 2009, 2018 Free Software Foundation, Inc.
dnl Copyright (C) 1998-2020 Free Software Foundation, Inc.
dnl Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
dnl and Bruno Haible <bruno@clisp.org>.
dnl
@@ -19,7 +19,7 @@ dnl
dnl You should have received a copy of the GNU General Public License
dnl along with this program. If not, see <https://www.gnu.org/licenses/>.
AC_PREREQ([2.63])
AC_PREREQ([2.64])
AC_INIT([c-parse.gperf])
AC_PROG_MAKE_SET
dnl