From b190bccc8a7e4919d3bd68a153577284f201819a Mon Sep 17 00:00:00 2001 From: Naohiro Tamura Date: Sat, 22 May 2021 02:42:48 +0000 Subject: configure: Replaced obsolete AC_TRY_COMPILE This patch replaced obsolete AC_TRY_COMPILE to AC_COMPILE_IFELSE or AC_PREPROC_IFELSE. It has been confirmed that GNU 'autoconf' 2.69 suppressed obsolete warnings, updated the following files: - configure - sysdeps/mach/configure - sysdeps/mach/hurd/configure - sysdeps/s390/configure - sysdeps/unix/sysv/linux/configure and didn't change the following files: - sysdeps/ieee754/ldbl-opt/configure - sysdeps/unix/sysv/linux/powerpc/configure Reviewed-by: Adhemerval Zanella --- aclocal.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'aclocal.m4') diff --git a/aclocal.m4 b/aclocal.m4 index 08fa1ac6d0..c195c4db56 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -34,6 +34,7 @@ AC_PROVIDE([AS_SHELL_FN_as_fn_set_status])dnl AC_PROVIDE([AS_SHELL_FN_as_fn_exit])dnl AC_PROVIDE([AS_SHELL_FN_as_fn_arith])dnl AC_PROVIDE([AS_SHELL_FN_ac_fn_c_try_compile])dnl +AC_PROVIDE([AS_SHELL_FN_ac_fn_c_try_cpp])dnl define([AS_MESSAGE_LOG_FD],5)dnl define([AS_MESSAGE_FD],6)dnl dnl Ripped out of AS_INIT, which does more cruft we do not want. -- cgit v1.2.1