From: Martin v. Löwis Date: Fri, 12 Apr 2002 17:25:21 +0000 (+0000) Subject: Bump AC_PREREQ to 2.53. X-Git-Tag: v2.3c1~6001 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=970173278229166d1e13e654cba7193a04d0ea78;p=thirdparty%2FPython%2Fcpython.git Bump AC_PREREQ to 2.53. --- diff --git a/configure b/configure index 230056bbacea..48467c9c64e6 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.305 . +# From configure.in Revision: 1.306 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.53. # diff --git a/configure.in b/configure.in index 7f49dcca0b36..8b04c03367c2 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf 2.0 or later to make a configure script. AC_REVISION($Revision$) -AC_PREREQ(2.50) +AC_PREREQ(2.53) AC_INIT(Include/object.h) AC_CONFIG_HEADER(pyconfig.h)