You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2009/11/13 01:27:23 UTC

svn commit: r835660 - in /apr/apr/branches/1.3.x: build/buildcheck.sh configure.in

Author: wrowe
Date: Fri Nov 13 00:27:22 2009
New Revision: 835660

URL: http://svn.apache.org/viewvc?rev=835660&view=rev
Log:
bump to 2.59 baseline for autoconf (it -was- 5 yrs old, this year)

Modified:
    apr/apr/branches/1.3.x/build/buildcheck.sh
    apr/apr/branches/1.3.x/configure.in

Modified: apr/apr/branches/1.3.x/build/buildcheck.sh
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/build/buildcheck.sh?rev=835660&r1=835659&r2=835660&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/build/buildcheck.sh (original)
+++ apr/apr/branches/1.3.x/build/buildcheck.sh Fri Nov 13 00:27:22 2009
@@ -23,7 +23,7 @@
 exit 1
 fi
 IFS=.; set $ac_version; IFS=' '
-if test "$1" = "2" -a "$2" -lt "50" || test "$1" -lt "2"; then
+if test "$1" = "2" -a "$2" -lt "59" || test "$1" -lt "2"; then
 echo "buildconf: autoconf version $ac_version found."
 echo "           You need autoconf version 2.50 or newer installed"
 echo "           to build APR from SVN."

Modified: apr/apr/branches/1.3.x/configure.in
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/configure.in?rev=835660&r1=835659&r2=835660&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/configure.in (original)
+++ apr/apr/branches/1.3.x/configure.in Fri Nov 13 00:27:22 2009
@@ -4,7 +4,7 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl Use ./buildconf to prepare build files and run autoconf for APR.
 
-AC_PREREQ(2.50)
+AC_PREREQ(2.59)
 
 AC_INIT(build/apr_common.m4)
 AC_CONFIG_HEADER(include/arch/unix/apr_private.h)