From: Guido van Rossum Date: Thu, 6 Oct 1994 15:51:22 +0000 (+0000) Subject: Only require autoconf 1.8 X-Git-Tag: v1.1~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1f17b593d2bc12113bb5688152039cb3510e55e;p=thirdparty%2FPython%2Fcpython.git Only require autoconf 1.8 --- diff --git a/configure.in b/configure.in index e27fa5bb3321..7201d84eee86 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