mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Require autoconf >= 2.60.
This commit is contained in:
@@ -5,6 +5,11 @@
|
|||||||
* doc/Makefile.in (datarootdir): New variable.
|
* doc/Makefile.in (datarootdir): New variable.
|
||||||
(docdir, dvidir, psdir, pdfdir, htmldir): Use value determined by
|
(docdir, dvidir, psdir, pdfdir, htmldir): Use value determined by
|
||||||
autoconf.
|
autoconf.
|
||||||
|
* configure.ac: Require autoconf >= 2.60.
|
||||||
|
* doc/configure.ac: Likewise.
|
||||||
|
* lib/configure.ac: Likewise.
|
||||||
|
* src/configure.ac: Likewise.
|
||||||
|
* tests/configure.ac: Likewise.
|
||||||
* configure: Regenerated with autoconf-2.61.
|
* configure: Regenerated with autoconf-2.61.
|
||||||
* doc/configure: Likewise.
|
* doc/configure: Likewise.
|
||||||
* lib/configure: Likewise.
|
* lib/configure: Likewise.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
dnl autoconf configuration for gperf
|
dnl autoconf configuration for gperf
|
||||||
|
|
||||||
dnl Copyright (C) 1998, 2002, 2003, 2005-2006 Free Software Foundation, Inc.
|
dnl Copyright (C) 1998, 2002, 2003, 2005-2007 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
|
||||||
@@ -21,6 +21,7 @@ dnl along with this program; see the file COPYING.
|
|||||||
dnl If not, write to the Free Software Foundation, Inc.,
|
dnl If not, write to the Free Software Foundation, Inc.,
|
||||||
dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
|
AC_PREREQ([2.60])
|
||||||
AC_INIT(doc/gperf.1)
|
AC_INIT(doc/gperf.1)
|
||||||
AC_PROG_MAKE_SET
|
AC_PROG_MAKE_SET
|
||||||
AC_OBJEXT
|
AC_OBJEXT
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ dnl along with this program; see the file COPYING.
|
|||||||
dnl If not, write to the Free Software Foundation, Inc.,
|
dnl If not, write to the Free Software Foundation, Inc.,
|
||||||
dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
|
dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
|
||||||
|
|
||||||
|
AC_PREREQ([2.60])
|
||||||
AC_INIT(gperf.1)
|
AC_INIT(gperf.1)
|
||||||
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 Free Software Foundation, Inc.
|
dnl Copyright (C) 1998, 2002, 2005, 2007 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
|
||||||
@@ -21,6 +21,7 @@ dnl along with this program; see the file COPYING.
|
|||||||
dnl If not, write to the Free Software Foundation, Inc.,
|
dnl If not, write to the Free Software Foundation, Inc.,
|
||||||
dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
|
dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
|
||||||
|
|
||||||
|
AC_PREREQ([2.60])
|
||||||
AC_INIT(hash.cc)
|
AC_INIT(hash.cc)
|
||||||
AC_PROG_MAKE_SET
|
AC_PROG_MAKE_SET
|
||||||
dnl
|
dnl
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
dnl autoconf configuration for gperf/src
|
dnl autoconf configuration for gperf/src
|
||||||
|
|
||||||
dnl Copyright (C) 1998, 2000, 2002-2003 Free Software Foundation, Inc.
|
dnl Copyright (C) 1998, 2000, 2002-2003, 2007 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
|
||||||
@@ -21,6 +21,7 @@ dnl along with this program; see the file COPYING.
|
|||||||
dnl If not, write to the Free Software Foundation, Inc.,
|
dnl If not, write to the Free Software Foundation, Inc.,
|
||||||
dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
|
AC_PREREQ([2.60])
|
||||||
AC_INIT(main.cc)
|
AC_INIT(main.cc)
|
||||||
AC_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADER(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 Free Software Foundation, Inc.
|
dnl Copyright (C) 1998, 2002, 2007 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
|
||||||
@@ -21,6 +21,7 @@ dnl along with this program; see the file COPYING.
|
|||||||
dnl If not, write to the Free Software Foundation, Inc.,
|
dnl If not, write to the Free Software Foundation, Inc.,
|
||||||
dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
|
AC_PREREQ([2.60])
|
||||||
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