summaryrefslogtreecommitdiff
path: root/src/configure.ac
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-04-05 01:16:56 +0000
committerBruno Haible <bruno@clisp.org>2007-04-05 01:16:56 +0000
commitf619b6d0386d2116fe112ff505755b6082fc1f4b (patch)
tree73d8f00c0b714396340a569a0a874b9c79d9c439 /src/configure.ac
parent31e1b948b3f84345fe43f16947a5c711d80d1c3c (diff)
downloadgperf-f619b6d0386d2116fe112ff505755b6082fc1f4b.tar.gz
Require autoconf >= 2.60.
Diffstat (limited to 'src/configure.ac')
-rw-r--r--src/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/configure.ac b/src/configure.ac
index 5b6e7aa..b7b91a0 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -1,6 +1,6 @@
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 and Bruno Haible <bruno@clisp.org>.
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 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+AC_PREREQ([2.60])
AC_INIT(main.cc)
AC_CONFIG_HEADER(config.h)
AC_PROG_MAKE_SET