summaryrefslogtreecommitdiff
path: root/doc/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 /doc/configure.ac
parent31e1b948b3f84345fe43f16947a5c711d80d1c3c (diff)
downloadgperf-f619b6d0386d2116fe112ff505755b6082fc1f4b.tar.gz
Require autoconf >= 2.60.
Diffstat (limited to 'doc/configure.ac')
-rw-r--r--doc/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/configure.ac b/doc/configure.ac
index bc0e064..e6bfbfe 100644
--- a/doc/configure.ac
+++ b/doc/configure.ac
@@ -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(gperf.1)
PACKAGE=gperf
AC_SUBST(PACKAGE)