patch 9.1.1488: configure: using obsolete macro AC_PROG_GCC_TRADITIONAL Commit: https://github.com/vim/vim/commit/792379eedf992d6a161779b8ee7985eaae2a5813 Author: Christian Brabandt <c...@256bit.org> Date: Sat Jun 28 18:37:49 2025 +0200
patch 9.1.1488: configure: using obsolete macro AC_PROG_GCC_TRADITIONAL Problem: configure: using obsolete macro AC_PROG_GCC_TRADITIONAL Solution: drop it from configure.ac, regenerate auto/configure Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/src/auto/configure b/src/auto/configure index 8023fbef4..df3d84b8a 100755 --- a/src/auto/configure +++ b/src/auto/configure @@ -12673,7 +12673,6 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext CPPFLAGS=$cppflags_save fi - { printf "%s " "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 printf %s "checking for an ANSI C-conforming const... " >&6; } if test ${ac_cv_c_const+y} diff --git a/src/configure.ac b/src/configure.ac index 9debfd479..7738433e8 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -3433,7 +3433,6 @@ CPPFLAGS=$cppflags_save fi dnl Checks for typedefs, structures, and compiler characteristics. -AC_PROG_GCC_TRADITIONAL AC_C_CONST AC_C_VOLATILE AC_TYPE_MODE_T diff --git a/src/version.c b/src/version.c index 3aaaf4483..8e6849ae1 100644 --- a/src/version.c +++ b/src/version.c @@ -719,6 +719,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1488, /**/ 1487, /**/ -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1uVYfp-008j1i-4T%40256bit.org.