aboutsummaryrefslogtreecommitdiff
path: root/zlib
diff options
context:
space:
mode:
authorMatthieu Longo <matthieu.longo@arm.com>2024-05-28 10:49:43 +0100
committerAlan Modra <amodra@gmail.com>2024-06-10 08:25:55 +0930
commit29496481662736f0a24bfc1daf31dbfc9d2bb7ee (patch)
treee416ca6ffa4390002975e6e16561767eecfbb0c3 /zlib
parent5a8f592c7618ba2054683469e0c8909273ca4e7d (diff)
downloadbinutils-29496481662736f0a24bfc1daf31dbfc9d2bb7ee.zip
binutils-29496481662736f0a24bfc1daf31dbfc9d2bb7ee.tar.gz
binutils-29496481662736f0a24bfc1daf31dbfc9d2bb7ee.tar.bz2
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
Diffstat (limited to 'zlib')
-rw-r--r--zlib/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/configure.ac b/zlib/configure.ac
index fa1c8fe..3fa379f 100644
--- a/zlib/configure.ac
+++ b/zlib/configure.ac
@@ -7,7 +7,7 @@ if test -n "${with_target_subdir}"; then
AM_ENABLE_MULTILIB(, ..)
fi
-AC_CANONICAL_SYSTEM
+AC_CANONICAL_TARGET
# This works around an automake problem.
mkinstalldirs="`cd $ac_aux_dir && ${PWDCMD-pwd}`/mkinstalldirs"