summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-10-06 15:51:22 (GMT)
committerGuido van Rossum <guido@python.org>1994-10-06 15:51:22 (GMT)
commite1f17b593d2bc12113bb5688152039cb3510e55e (patch)
tree0952556f7c8f731403b408b04bbf9ce01dbce77a /configure.in
parentac97fd7fc841b8b06fc0862847a5c2988fb9eed6 (diff)
downloadcpython-e1f17b593d2bc12113bb5688152039cb3510e55e.zip
cpython-e1f17b593d2bc12113bb5688152039cb3510e55e.tar.gz
cpython-e1f17b593d2bc12113bb5688152039cb3510e55e.tar.bz2
Only require autoconf 1.8
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e27fa5b..7201d84 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf 1.8 or later to make a configure script.
AC_REVISION($Revision$)dnl
-AC_PREREQ(1.11)dnl
+AC_PREREQ(1.8)dnl
AC_INIT(Include/object.h)
AC_CONFIG_HEADER(config.h)dnl
# Don't suppress compiler output when --verbose is specified