mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Update after gnulib changed.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
|||||||
|
2018-10-24 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
Update after gnulib changed.
|
||||||
|
* configure.ac (AC_PREREQ): Require Autoconf >= 2.63.
|
||||||
|
* 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.
|
||||||
|
|
||||||
2018-09-16 Bruno Haible <bruno@clisp.org>
|
2018-09-16 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
Fix "Unescaped left brace in regex" warnings from Perl 5.26.
|
Fix "Unescaped left brace in regex" warnings from Perl 5.26.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# also regenerates all config.h.in, configure files with new versions of
|
# also regenerates all config.h.in, configure files with new versions of
|
||||||
# autoconf.
|
# autoconf.
|
||||||
#
|
#
|
||||||
# This script requires autoconf-2.60..2.69 in the PATH.
|
# This script requires autoconf-2.63..2.69 in the PATH.
|
||||||
# It also requires either
|
# It also requires either
|
||||||
# - the GNULIB_TOOL environment variable pointing to the gnulib-tool script
|
# - the GNULIB_TOOL environment variable pointing to the gnulib-tool script
|
||||||
# in a gnulib checkout, or
|
# in a gnulib checkout, or
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
dnl autoconf configuration for gperf
|
dnl autoconf configuration for gperf
|
||||||
|
|
||||||
dnl Copyright (C) 1998, 2002, 2003, 2005-2007, 2009-2010, 2012 Free Software Foundation, Inc.
|
dnl Copyright (C) 1998, 2002, 2003, 2005-2007, 2009-2010, 2012, 2018 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
|
||||||
@@ -19,7 +19,7 @@ dnl
|
|||||||
dnl You should have received a copy of the GNU General Public License
|
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/>.
|
dnl along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.63])
|
||||||
AC_INIT([doc/gperf.texi])
|
AC_INIT([doc/gperf.texi])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
dnl autoconf configuration for gperf/doc
|
dnl autoconf configuration for gperf/doc
|
||||||
|
|
||||||
dnl Copyright (C) 1998, 2000, 2002-2003, 2007, 2009, 2012 Free Software Foundation, Inc.
|
dnl Copyright (C) 1998, 2000, 2002-2003, 2007, 2009, 2012, 2018 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
|
||||||
@@ -19,7 +19,7 @@ dnl
|
|||||||
dnl You should have received a copy of the GNU General Public License
|
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/>.
|
dnl along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.63])
|
||||||
AC_INIT([gperf.texi])
|
AC_INIT([gperf.texi])
|
||||||
PACKAGE=gperf
|
PACKAGE=gperf
|
||||||
AC_SUBST([PACKAGE])
|
AC_SUBST([PACKAGE])
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
dnl autoconf configuration for gperf/lib
|
dnl autoconf configuration for gperf/lib
|
||||||
|
|
||||||
dnl Copyright (C) 1998, 2002, 2005, 2007, 2009, 2016 Free Software Foundation, Inc.
|
dnl Copyright (C) 1998, 2002, 2005, 2007, 2009, 2016, 2018 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
|
||||||
@@ -19,7 +19,7 @@ dnl
|
|||||||
dnl You should have received a copy of the GNU General Public License
|
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/>.
|
dnl along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.63])
|
||||||
AC_INIT([hash.cc])
|
AC_INIT([hash.cc])
|
||||||
AC_PROG_MAKE_SET
|
AC_PROG_MAKE_SET
|
||||||
dnl
|
dnl
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ dnl
|
|||||||
dnl You should have received a copy of the GNU General Public License
|
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/>.
|
dnl along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.63])
|
||||||
AC_INIT([main.cc])
|
AC_INIT([main.cc])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_PROG_MAKE_SET
|
AC_PROG_MAKE_SET
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
dnl autoconf configuration for gperf/tests
|
dnl autoconf configuration for gperf/tests
|
||||||
|
|
||||||
dnl Copyright (C) 1998, 2002, 2007, 2009 Free Software Foundation, Inc.
|
dnl Copyright (C) 1998, 2002, 2007, 2009, 2018 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
|
||||||
@@ -19,7 +19,7 @@ dnl
|
|||||||
dnl You should have received a copy of the GNU General Public License
|
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/>.
|
dnl along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.63])
|
||||||
AC_INIT([c-parse.gperf])
|
AC_INIT([c-parse.gperf])
|
||||||
AC_PROG_MAKE_SET
|
AC_PROG_MAKE_SET
|
||||||
dnl
|
dnl
|
||||||
|
|||||||
Reference in New Issue
Block a user