]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1664: configure: can use any autoconf v9.1.1664
authorDamien Lejay <damien@lejay.be>
Fri, 22 Aug 2025 16:36:43 +0000 (12:36 -0400)
committerChristian Brabandt <cb@256bit.org>
Fri, 22 Aug 2025 16:38:12 +0000 (12:38 -0400)
commitea3d465438569c7b509ffbcc4816333dbf5f3875
tree5ff34e80e1618d490985703aefbe5337a78247d9
parent5ca1ea83ad79c8d1ebd25e61c91f1199c9bc4f09
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>
src/auto/configure
src/configure.ac
src/version.c