Author: svn-role
Date: Sat Jul  4 04:00:26 2026
New Revision: 1935866

Log:
Merge r1934965 from trunk:

 * r1934965
   Replace obsolete Autoconf construct in configure.ac.
   Justification:
     Autoconf says AC_HELP_STRING is obsolete.
   Votes:
     +1: brane, ivan, dsahlberg

Modified:
   subversion/branches/1.15.x/   (props changed)
   subversion/branches/1.15.x/STATUS
   subversion/branches/1.15.x/configure.ac

Modified: subversion/branches/1.15.x/STATUS
==============================================================================
--- subversion/branches/1.15.x/STATUS   Sat Jul  4 04:00:18 2026        
(r1935865)
+++ subversion/branches/1.15.x/STATUS   Sat Jul  4 04:00:26 2026        
(r1935866)
@@ -94,10 +94,3 @@ Veto-blocked changes:
 
 Approved changes:
 =================
-
- * r1934965
-   Replace obsolete Autoconf construct in configure.ac.
-   Justification:
-     Autoconf says AC_HELP_STRING is obsolete.
-   Votes:
-     +1: brane, ivan, dsahlberg

Modified: subversion/branches/1.15.x/configure.ac
==============================================================================
--- subversion/branches/1.15.x/configure.ac     Sat Jul  4 04:00:18 2026        
(r1935865)
+++ subversion/branches/1.15.x/configure.ac     Sat Jul  4 04:00:26 2026        
(r1935866)
@@ -50,7 +50,7 @@ SVN_CONFIG_NICE(config.nice)
 
 svn_dot_clangd_file="$abs_srcdir/.clangd"
 AC_ARG_ENABLE([dot-clangd],
-AC_HELP_STRING([--enable-dot-clangd],
+AS_HELP_STRING([--enable-dot-clangd],
                [Generate a .clangd file at the root of the source tree]),
 [
   AC_MSG_NOTICE([Creating $svn_dot_clangd_file])

Reply via email to