Author: lyalyakin
Date: Fri Sep 11 20:23:05 2026
New Revision: 1938126

Log:
Clarify when autoconf and libtool are needed in INSTALL.

* INSTALL
  (IV.19, IV.20): Let's say that autoconf and libtool are needed only when
   building from a working copy using autoconf-based build system.
  (IV.20): Add a note that only developers would by building from a working
   copy (identical note was already present in IV.19).

Modified:
   subversion/trunk/INSTALL

Modified: subversion/trunk/INSTALL
==============================================================================
--- subversion/trunk/INSTALL    Fri Sep 11 20:10:03 2026        (r1938125)
+++ subversion/trunk/INSTALL    Fri Sep 11 20:23:05 2026        (r1938126)
@@ -867,16 +867,20 @@ IV.   DEPENDENCIES IN DETAIL
 
       The minimum supported version is 2.59.
 
-      This is required only if you plan to build from the latest source
-      (see section II.A.2). Generally only developers would be doing this.
+      This is required only if you plan to use the autoconf-based build system
+      and build from a working copy (see section II.A.2).
+
+      Generally only developers would be doing this.
 
 
       20. libtool  (Unix only)
 
       The minimum supported version is 2.0.
 
-      This is required only if you plan to build from the latest source
-      (see section II.A.2).
+      This is required only if you plan to use the autoconf-based build system
+      and build from a working copy (see section II.A.2).
+
+      Generally only developers would be doing this.
 
 
       21. CMake

Reply via email to