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:32 UTC

svn commit: r835661 - /apr/apr-util/branches/1.4.x/configure.in

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)