The following commit has been merged in the master branch:
commit 934a97e6ef744501d48cfd39fa0a38e715b2bde1
Author: Guillem Jover <[email protected]>
Date:   Sat Aug 15 20:23:03 2009 +0200

    Use AC_CANONICAL_TARGET instead of deprecated AC_CANONICAL_SYSTEM

diff --git a/m4/arch.m4 b/m4/arch.m4
index 2f3ae5f..e6292e2 100644
--- a/m4/arch.m4
+++ b/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

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to