Author: lyalyakin
Date: Mon Aug 31 14:36:12 2026
New Revision: 1937696

Log:
Remove an unnecessary APR and APR-Util hint from INSTALL.

* INSTALL
  (I.C.1): Remove the hint related to building APR and APR-Util on Unix-like
   systems. The hint isn't directly related to building or installing SVN.

Modified:
   subversion/trunk/INSTALL

Modified: subversion/trunk/INSTALL
==============================================================================
--- subversion/trunk/INSTALL    Mon Aug 31 14:05:02 2026        (r1937695)
+++ subversion/trunk/INSTALL    Mon Aug 31 14:36:12 2026        (r1937696)
@@ -230,29 +230,6 @@ I.    INTRODUCTION
         the ends of their lines. Otherwise Visual Studio will complain that
         it doesn't recognize the .dsp files.
 
-      Notes on Unix platforms:
-
-      * If you check out APR and APR-util sources from their Subversion
-        repository, you need to run the 'buildconf' script in each library's
-        directory to regenerate the configure scripts and other files
-        required for compiling the libraries. Afterwards, configure, build,
-        and install both libraries before running Subversion's configure
-        script. For example:
-
-          $ cd apr
-          $ ./buildconf
-          $ ./configure <options...>
-          $ make
-          $ make install
-          $ cd ..
-
-          $ cd apr-util
-          $ ./buildconf
-          $ ./configure <options...>
-          $ make
-          $ make install
-          $ cd ..
-
 
       2.  SQLite  (REQUIRED)
 

Reply via email to