]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.1578: configure: comment still mentions autoconf 2.71 v9.1.1578
authorYee Cheng Chin <ychin.git@gmail.com>
Tue, 22 Jul 2025 15:55:08 +0000 (17:55 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 22 Jul 2025 15:55:08 +0000 (17:55 +0200)
Problem:  configure: comment still mentions autoconf 2.71 to generate
          the configure script
Solution: Update the comment to use autoconf 2.72 instead (Yee Chin Cheng).

Vim v9.1.1369 updated the autoconf generation to be done using 2.72.
Update comments to reflect that.

closes: #17815

Signed-off-by: Yee Cheng Chin <ychin.git@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/configure.ac
src/version.c

index b6d528b159c6f092dd989b03680c23d0a5ace00c..a4ff405bc2a21a7d50a611290c79a40cd9c2ffc7 100644 (file)
@@ -1,6 +1,6 @@
 dnl configure.ac: autoconf script for Vim
 
-dnl Process this file with autoconf 2.71 to produce "configure".
+dnl Process this file with autoconf 2.72 to produce "configure".
 
 AC_INIT
 AC_CONFIG_SRCDIR([vim.h])
index 753be3bcc4eaecb40a9d19382ed1f3b89d7d273e..c016cf4ffe6ecc4f2940afbe3257db22ea172147 100644 (file)
@@ -719,6 +719,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1578,
 /**/
     1577,
 /**/