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

@@ -34,7 +34,7 @@ gl_EARLY
AM_PROG_CC_STDC
AC_CONFIG_AUX_DIR(..)
AC_CANONICAL_SYSTEM
AC_CANONICAL_TARGET
gl_INIT