svn commit: r1936876 - subversion/trunk
[email protected] Tue, 04 Aug 2026 15:41:30 -0000
| Newsgroups | gmane.comp.version-control.subversion.svn |
|---|---|
| Message-ID | <178585809064.2291943.16517955965939789885@svn03-he-fi> |
Author: lyalyakin
Date: Tue Aug 4 15:41:30 2026
New Revision: 1936876
Log:
* 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.
Modified:
subversion/trunk/INSTALL
Modified: subversion/trunk/INSTALL
==============================================================================
--- subversion/trunk/INSTALL Tue Aug 4 15:22:47 2026 (r1936875)
+++ subversion/trunk/INSTALL Tue Aug 4 15:41:30 2026 (r1936876)
@@ -65,7 +65,7 @@ I. INTRODUCTION
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,14 +326,11 @@ I. INTRODUCTION
(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)