svn commit: r1936877 - subversion/trunk

[email protected] Tue, 04 Aug 2026 15:59:37 -0000
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <178585917727.2297782.5328812322418452766@svn03-he-fi>
Author: lyalyakin
Date: Tue Aug  4 15:59:37 2026
New Revision: 1936877

Log:
* INSTALL
  (I.C.7): clarify that libserf is automatically detected by pkg-config

Modified:
   subversion/trunk/INSTALL

Modified: subversion/trunk/INSTALL
==============================================================================
--- subversion/trunk/INSTALL	Tue Aug  4 15:41:30 2026	(r1936876)
+++ subversion/trunk/INSTALL	Tue Aug  4 15:59:37 2026	(r1936877)
@@ -338,13 +338,13 @@ I.    INTRODUCTION
       server (via a http:// or https:// URL), you must link against
       Apache Serf.  Though optional, we strongly recommend this.
 
-      In order to use ra_serf, you must install serf, and run Subversion's
-      ./configure with the argument --with-serf.  If serf is installed in a
-      non-standard place, you should use
+      In order to use ra_serf, you must install serf.  Configure will
+      attempt to locate libserf by default using pkg-config.
 
-               --with-serf=/path/to/serf/install
+      If you don't use pkg-config and serf is installed in a non-standard
+      location, then use:
 
-      instead.
+               --with-serf=/path/to/serf/install
 
       Apache Serf can be obtained via your system's package distribution
       system or directly from https://serf.apache.org/.