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:
parent
b657310bd3
commit
792379eedf
1
src/auto/configure
vendored
1
src/auto/configure
vendored
@ -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}
|
||||
|
@ -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
|
||||
|
@ -719,6 +719,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1488,
|
||||
/**/
|
||||
1487,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user