forked from aniani/vim
patch 8.2.5059: autoconf 2.71 produces many obsolete warnings
Problem: Autoconf 2.71 produces many obsolete warnings. Solution: Replace obsolete macros with non-obsolete ones, where the functionality does not change. (issue #10528)
This commit is contained in:
24
src/auto/configure
vendored
24
src/auto/configure
vendored
@@ -4529,8 +4529,8 @@ fi
|
|||||||
test "$GCC" = yes && CPP_MM=M;
|
test "$GCC" = yes && CPP_MM=M;
|
||||||
|
|
||||||
if test -f ./toolcheck; then
|
if test -f ./toolcheck; then
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for buggy tools..." >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for buggy tools" >&5
|
||||||
$as_echo "$as_me: checking for buggy tools..." >&6;}
|
$as_echo_n "checking for buggy tools... " >&6; }
|
||||||
sh ./toolcheck 1>&6
|
sh ./toolcheck 1>&6
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -10580,12 +10580,21 @@ if test -z "$SKIP_MOTIF"; then
|
|||||||
cppflags_save=$CPPFLAGS
|
cppflags_save=$CPPFLAGS
|
||||||
CPPFLAGS="$CPPFLAGS $X_CFLAGS"
|
CPPFLAGS="$CPPFLAGS $X_CFLAGS"
|
||||||
if test "$zOSUnix" = "yes"; then
|
if test "$zOSUnix" = "yes"; then
|
||||||
xmheader="Xm/Xm.h"
|
for ac_header in Xm/Xm.h
|
||||||
|
do :
|
||||||
|
ac_fn_c_check_header_mongrel "$LINENO" "Xm/Xm.h" "ac_cv_header_Xm_Xm_h" "$ac_includes_default"
|
||||||
|
if test "x$ac_cv_header_Xm_Xm_h" = xyes; then :
|
||||||
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
#define HAVE_XM_XM_H 1
|
||||||
|
_ACEOF
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
|
done
|
||||||
|
|
||||||
else
|
else
|
||||||
xmheader="Xm/Xm.h Xm/XpmP.h Xm/JoinSideT.h Xm/TraitP.h Xm/Manager.h
|
for ac_header in Xm/Xm.h Xm/XpmP.h Xm/JoinSideT.h Xm/TraitP.h Xm/Manager.h
|
||||||
Xm/UnhighlightT.h Xm/Notebook.h"
|
Xm/UnhighlightT.h Xm/Notebook.h
|
||||||
fi
|
|
||||||
for ac_header in $xmheader
|
|
||||||
do :
|
do :
|
||||||
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||||
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
|
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
|
||||||
@@ -10598,6 +10607,7 @@ fi
|
|||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
if test "x$ac_cv_header_Xm_XpmP_h" = "xyes"; then
|
if test "x$ac_cv_header_Xm_XpmP_h" = "xyes"; then
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmAttributes_21 in Xm/XpmP.h" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmAttributes_21 in Xm/XpmP.h" >&5
|
||||||
|
330
src/configure.ac
330
src/configure.ac
File diff suppressed because it is too large
Load Diff
@@ -734,6 +734,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
5059,
|
||||||
/**/
|
/**/
|
||||||
5058,
|
5058,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user