Skip to content

Commit ad5c9b4

Browse files
ychinchrisbra
authored andcommitted
patch 9.1.1578: configure: comment still mentions autoconf 2.71
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>
1 parent 3416cee commit ad5c9b4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl configure.ac: autoconf script for Vim
22

3-
dnl Process this file with autoconf 2.71 to produce "configure".
3+
dnl Process this file with autoconf 2.72 to produce "configure".
44

55
AC_INIT
66
AC_CONFIG_SRCDIR([vim.h])

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,8 @@ static char *(features[]) =
719719

720720
static int included_patches[] =
721721
{ /* Add new patch number below this line */
722+
/**/
723+
1578,
722724
/**/
723725
1577,
724726
/**/

0 commit comments

Comments
 (0)