mirror of
https://github.com/vim/vim.git
synced 2025-11-15 23:14:06 -05:00
patch 9.1.1664: configure: can use any autoconf
Problem: configure: can use any autocon Solution: Use AC_PREREQ and require 2.71 (Damien Lejay) technically, we require autoconf 2.72, but that is not available on Ubuntu LTS 24.04. So let's go with 2.71 for now and add a comment about it in configure.ac closes: #18047 Signed-off-by: Damien Lejay <damien@lejay.be> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
5ca1ea83ad
commit
ea3d465438
@@ -724,6 +724,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1664,
|
||||
/**/
|
||||
1663,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user