From commits-return-10975-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Fri Nov 13 00:27:55 2009 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 66520 invoked from network); 13 Nov 2009 00:27:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Nov 2009 00:27:55 -0000 Received: (qmail 41070 invoked by uid 500); 13 Nov 2009 00:27:55 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 40996 invoked by uid 500); 13 Nov 2009 00:27:55 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 40987 invoked by uid 99); 13 Nov 2009 00:27:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Nov 2009 00:27:55 +0000 X-ASF-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,URIBL_BLACK X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Nov 2009 00:27:52 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C42CC2388A13; Fri, 13 Nov 2009 00:27:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r835661 - /apr/apr-util/branches/1.4.x/configure.in Date: Fri, 13 Nov 2009 00:27:32 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091113002732.C42CC2388A13@eris.apache.org> Author: wrowe Date: Fri Nov 13 00:27:32 2009 New Revision: 835661 URL: http://svn.apache.org/viewvc?rev=835661&view=rev Log: bump to 2.59 baseline for autoconf (it -was- 5 yrs old, this year) Modified: apr/apr-util/branches/1.4.x/configure.in Modified: apr/apr-util/branches/1.4.x/configure.in URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/configure.in?rev=835661&r1=835660&r2=835661&view=diff ============================================================================== --- apr/apr-util/branches/1.4.x/configure.in (original) +++ apr/apr-util/branches/1.4.x/configure.in Fri Nov 13 00:27:32 2009 @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script dnl -AC_PREREQ(2.50) +AC_PREREQ(2.59) AC_INIT(export_vars.sh.in) AC_CONFIG_HEADER(include/private/apu_config.h)