Author: joes
Date: Tue Feb 8 10:48:55 2005
New Revision: 152909
URL: http://svn.apache.org/viewcvs?view=rev&rev=152909
Log:
Bump libtool prereqs to 1.4.3. On RedHat 7.3, libtool 1.4.2
munges the local .lib/*.so file names.
Submitted by: Edward J. Sabol
Reviewed by: joes
Modified:
httpd/apreq/branches/multi-env-unstable/build/version_check.pl
Modified: httpd/apreq/branches/multi-env-unstable/build/version_check.pl
URL:
http://svn.apache.org/viewcvs/httpd/apreq/branches/multi-env-unstable/build/version_check.pl?view=diff&r1=152908&r2=152909
==============================================================================
--- httpd/apreq/branches/multi-env-unstable/build/version_check.pl (original)
+++ httpd/apreq/branches/multi-env-unstable/build/version_check.pl Tue Feb 8
10:48:55 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 },