From e1f17b593d2bc12113bb5688152039cb3510e55e Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 6 Oct 1994 15:51:22 +0000 Subject: [PATCH] Only require autoconf 1.8 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3