svn commit: r1936550 - subversion/site/staging/docs/release-notes
[email protected] Fri, 24 Jul 2026 11:33:25 -0000
| Newsgroups | gmane.comp.version-control.subversion.svn |
|---|---|
| Message-ID | <178489280567.1765571.16461734087305968499@svn03-he-fi> |
Author: ivan
Date: Fri Jul 24 11:33:25 2026
New Revision: 1936550
Log:
In site/staging:
Use term 'autoconf' instead 'automake' in Subversion 1.15 release notes.
Suggested by: brane
* staging/docs/release-notes/1.15.html
(): Replace 'automake' to 'autoconf' through the text.
(#automake-not-going-away): Rename to #autoconf-not-going-away.
Modified:
subversion/site/staging/docs/release-notes/1.15.html
Modified: subversion/site/staging/docs/release-notes/1.15.html
==============================================================================
--- subversion/site/staging/docs/release-notes/1.15.html Fri Jul 24 11:08:18 2026 (r1936549)
+++ subversion/site/staging/docs/release-notes/1.15.html Fri Jul 24 11:33:25 2026 (r1936550)
@@ -852,24 +852,24 @@ for KDE 4's KWallet, Gnome's Keyring, an
>INSTALL</a> in the Subversion 1.15.x release artifacts.</p>
<p>Work is ongoing to bring Subversion's CMake build system to parity with
-Subversion's traditional Automake-based build system. Some features are not
+Subversion's traditional Autoconf-based build system. Some features are not
yet implemented as of the 1.15.0 release, such as building the JavaHL bindings
and running Subversion's test suite with the ra_svn (<tt>svn://</tt>) and
ra_serf (<tt>http://</tt>, <tt>https://</tt>) access layers. Feedback and
improvements are welcome.</p>
-<div class="h4" id="automake-not-going-away">
-<h4>Automake to remain fully supported
- <a class="sectionlink" href="#automake-not-going-away"
+<div class="h4" id="autoconf-not-going-away">
+<h4>Autoconf to remain fully supported
+ <a class="sectionlink" href="#autoconf-not-going-away"
title="Link to this section">¶</a>
</h4>
<p>Support for CMake will be maintained in parallel with Subversion's
-<a href="https://www.gnu.org/software/automake/">Automake</a>-based build
-system. The Automake build is, and will remain, the default system when
+<a href="https://www.gnu.org/software/autoconf/">Autoconf</a>-based build
+system. The Autoconf build is, and will remain, the default system when
building Subversion on non-Windows platforms.</p>
-</div> <!-- automake-not-going-away -->
+</div> <!-- autoconf-not-going-away -->
<div class="h4" id="build-system-comparison">
<h4>Build System Comparison
@@ -877,7 +877,7 @@ building Subversion on non-Windows platf
title="Link to this section">¶</a>
</h4>
-<p>The following table compares the features supported by the Automake, CMake,
+<p>The following table compares the features supported by the Autoconf, CMake,
and vcproj build systems as of the 1.15.0 release:</p>
<details><summary>Build System Comparison</summary>
@@ -886,7 +886,7 @@ and vcproj build systems as of the 1.15.
<tr>
<th>Category</th>
<th>Feature</th>
- <th>Automake</th>
+ <th>Autoconf</th>
<th>CMake</th>
<th>vcproj</th>
<th>Notes</th>