Author: pgollucci
Date: Sat Jul  8 01:56:35 2006
New Revision: 420090

URL: http://svn.apache.org/viewvc?rev=420090&view=rev
Log:
automake 1.6.0 isn't avialable even from the GNU master anymore


Modified:
    httpd/apreq/trunk/build/version_check.pl

Modified: httpd/apreq/trunk/build/version_check.pl
URL: 
http://svn.apache.org/viewvc/httpd/apreq/trunk/build/version_check.pl?rev=420090&r1=420089&r2=420090&view=diff
==============================================================================
--- httpd/apreq/trunk/build/version_check.pl (original)
+++ httpd/apreq/trunk/build/version_check.pl Sat Jul  8 01:56:35 2006
@@ -48,7 +48,7 @@
 my %svn = (
                 libtool => { version => "1.4.3",   test => \&gnu_version },
                autoconf => { version => "2.53",    test => \&gnu_version },
-               automake => { version => "1.6.0",   test => \&gnu_version },
+               automake => { version => "1.6.1",   test => \&gnu_version },
                 doxygen => { version => "1.2",     test => \&gnu_version, 
broken_version => '1.4.5' },
                    perl => { version => "5.6.1",   test => \&gnu_version },
   "ExtUtils::XSBuilder" => { version => "0.23",    test => \&xsb_version },


Reply via email to