autoupdate: replace obsolete macros AC_CANONICAL_SYSTEM

- AC_CANONICAL_SYSTEM by:
    * AC_CANONICAL_HOST where host, and host_alias are needed
    * AC_CANONICAL_TARGET where target_alias is needed
  https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.72/autoconf.html#index-AC_005fCANONICAL_005fTARGET-1
This commit is contained in:
Matthieu Longo
2024-05-28 10:49:43 +01:00
committed by Alan Modra
parent 5a8f592c76
commit 2949648166
6 changed files with 9 additions and 8 deletions

View File

@@ -37,7 +37,8 @@ if test -n "${with_target_subdir}"; then
AM_ENABLE_MULTILIB(, ..)
fi
AC_CANONICAL_SYSTEM
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
target_alias=${target_alias-$host_alias}
AC_USE_SYSTEM_EXTENSIONS