configure: Replaced obsolete AC_TRY_COMPILE
authorNaohiro Tamura <naohirot@fujitsu.com>
Sat, 22 May 2021 02:42:48 +0000 (02:42 +0000)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 4 Jun 2021 13:16:00 +0000 (10:16 -0300)
commitb190bccc8a7e4919d3bd68a153577284f201819a
tree04374fc6123931c91c08adb77c372986ce9c9053
parent57094e576aed174317fb7de2da34be8536891678
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 <adhemerval.zanella@linaro.org>
13 files changed:
aclocal.m4
configure
configure.ac
sysdeps/ieee754/ldbl-opt/configure.ac
sysdeps/mach/configure
sysdeps/mach/configure.ac
sysdeps/mach/hurd/configure
sysdeps/mach/hurd/configure.ac
sysdeps/s390/configure
sysdeps/s390/configure.ac
sysdeps/unix/sysv/linux/configure
sysdeps/unix/sysv/linux/configure.ac
sysdeps/unix/sysv/linux/powerpc/configure.ac