Explorar o código

Use AC_CANONICAL_TARGET instead of deprecated AC_CANONICAL_SYSTEM

Guillem Jover %!s(int64=17) %!d(string=hai) anos
pai
achega
934a97e6ef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      m4/arch.m4

+ 1 - 1
m4/arch.m4

@@ -3,7 +3,7 @@
 # Use dpkg-architecture from the source tree to set sh_var using DEB_VAR for
 # the target architecture, to avoid duplicating its logic.
 AC_DEFUN([_DPKG_ARCHITECTURE], [
-AC_REQUIRE([AC_CANONICAL_SYSTEM])dnl
+AC_REQUIRE([AC_CANONICAL_TARGET])dnl
 $2=`cd $srcdir/scripts; \
     PERL5LIB=$(pwd) ./dpkg-architecture.pl -t$target -q$1 2>/dev/null`
 ])# _DPKG_ARCHITECURE