]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.1488: configure: using obsolete macro AC_PROG_GCC_TRADITIONAL v9.1.1488
authorChristian Brabandt <cb@256bit.org>
Sat, 28 Jun 2025 16:37:49 +0000 (18:37 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 28 Jun 2025 16:37:49 +0000 (18:37 +0200)
Problem:  configure: using obsolete macro AC_PROG_GCC_TRADITIONAL
Solution: drop it from configure.ac, regenerate auto/configure

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/auto/configure
src/configure.ac
src/version.c

index 8023fbef45011c5f655c20eb45c07bb5d1f4d806..df3d84b8a3138b7cfc1cf3eb7ca1a5c89aebf096 100755 (executable)
@@ -12673,7 +12673,6 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
 CPPFLAGS=$cppflags_save
 fi
 
-
 { printf "%s\n" "$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}
index 9debfd479b664c95a48d9b29a374ba7316eb8ebc..7738433e8f5de17350fef612240551d3bf46a36d 100644 (file)
@@ -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
index 3aaaf4483682c52e7d5cefe2453a902f84ad8cff..8e6849ae1fb7240cb6f17f4ba43a421f464a38f2 100644 (file)
@@ -719,6 +719,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1488,
 /**/
     1487,
 /**/