Hello,

The minimum libtool version is 2.0[1][2], not 1.4.

The Solaris-related note about libtool 1.4.3 the patch removes was added in
2003[3] and hasn't been touched since. I don't see any relevant code in
current autogen.sh and buildcheck.sh, so I think this note can be safely
removed as well (the minimum version is 2.0, so this 1.4.3 note is
redundant anyway).

Thank you.

[1]:
https://svn.apache.org/viewvc/subversion/trunk/build/buildcheck.sh?revision=1845716&view=markup#l81
[2]: https://svn.apache.org/viewvc/?revision=1845716&view=revision
[3]:
https://svn.apache.org/viewvc/subversion/trunk/INSTALL?annotate=1936306#l334

Log message:

* INSTALL
  (I.B: Dependency Overview): update min libtool version to 2.0
  (I.C.6): update min libtool version to 2.0
  (I.C.6): remove outdated note about libtool 1.4.3 and Solaris.

Patch by: Pavel Lyalyakin <[email protected]>

-- 
With best regards,
Pavel Lyalyakin
Index: INSTALL
===================================================================
--- INSTALL     (revision 1936764)
+++ INSTALL     (working copy)
@@ -65,7 +65,7 @@
       You'll need the following build tools to compile Subversion:
 
       * autoconf 2.59 or later (Unix only)
-      * libtool 1.4 or later (Unix only)
+      * libtool 2.0 or later (Unix only)
       * a reasonable C compiler (gcc, Visual Studio, etc.)
 
 
@@ -326,15 +326,12 @@
       (see section II.B). Generally only developers would be doing this.
 
 
-      6.  libtool 1.4 or newer (Unix only)
+      6.  libtool 2.0 or newer (Unix only)
 
       This is required only if you plan to build from the latest source
       (see section II.B).
 
-      Note: Some systems (Solaris, for example) require libtool 1.4.3 or
-      newer. The autogen.sh script knows about that.
 
-
       7.  Apache Serf library 1.3.4 or newer (OPTIONAL)
 
       If you want your client to be able to speak to an Apache

Reply via email to