]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Only require autoconf 1.8
authorGuido van Rossum <guido@python.org>
Thu, 6 Oct 1994 15:51:22 +0000 (15:51 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 6 Oct 1994 15:51:22 +0000 (15:51 +0000)
configure.in

index e27fa5bb3321455ca4446f7b6d34ba542e8112ef..7201d84eee869e3a6047c9a1f2e409a7e16b0c88 100644 (file)
@@ -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