The following commit has been merged in the master branch:
commit be6cd02aed8d86239a0f300f71dee91f89c7ab1a
Author: Guillem Jover <[email protected]>
Date: Sat Aug 15 20:21:19 2009 +0200
Do not directly use AC_CANONICAL_SYSTEM from configure.ac
The macro is only needed because of DPKG_ARCHITECTURE which it already
requires.
diff --git a/configure.ac b/configure.ac
index 7b6e49c..155225a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,6 @@ AC_CONFIG_SRCDIR([lib/dpkg/dpkg.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config])
-AC_CANONICAL_SYSTEM
AC_GNU_SOURCE
DPKG_ARCHITECTURE
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]