Author: joes
Date: Tue Feb  8 06:53:45 2005
New Revision: 152675

URL: http://svn.apache.org/viewcvs?view=rev&rev=152675
Log:
Bump libtool prereqs to 1.4.3, since 1.4.2 is broken on RedHat 7.3.

Submitted by: Edward J. Sabol
Reviewed by: joes

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

Modified: httpd/apreq/trunk/build/version_check.pl
URL: 
http://svn.apache.org/viewcvs/httpd/apreq/trunk/build/version_check.pl?view=diff&r1=152674&r2=152675
==============================================================================
--- httpd/apreq/trunk/build/version_check.pl (original)
+++ httpd/apreq/trunk/build/version_check.pl Tue Feb  8 06:53:45 2005
@@ -42,7 +42,7 @@
 }
 
 my %svn = (
-                libtool => { version => "1.4.2",   test => \&gnu_version },
+                libtool => { version => "1.4.3",   test => \&gnu_version },
                autoconf => { version => "2.53",    test => \&gnu_version },
                automake => { version => "1.4.0",   test => \&gnu_version },
                 doxygen => { version => "1.2",     test => \&gnu_version },


Reply via email to