0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00

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 <cb@256bit.org>
This commit is contained in:
Christian Brabandt 2025-06-28 18:37:49 +02:00
parent b657310bd3
commit 792379eedf
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
3 changed files with 2 additions and 2 deletions

1
src/auto/configure vendored
View File

@ -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}

View 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

View File

@ -719,6 +719,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1488,
/**/
1487,
/**/