[telepathy-sofiasip/master] Replaced AC_CANONICAL_TARGET by AC_CANONICAL_BUILD and AC_CANONICAL_HOST

Mikhail Zabaluev mikhail.zabaluev at nokia.com
Tue Nov 3 09:23:06 PST 2009


In a voodoo ceremony to get config.guess and config.sub updated properly.
---
 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6d687bc..ea49d70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,8 @@ m4_define([THIS_VERSION],
           [m4_if(VERSION_NANO, 0, [BASE_VERSION], [BASE_VERSION.VERSION_NANO])])
 
 AC_INIT(THIS_PACKAGE, THIS_VERSION)
-AC_CANONICAL_TARGET
+AC_CANONICAL_BUILD
+AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
 
 AS_VERSION(THIS_PACKAGE, TELEPATHY_SIP_VERSION,
-- 
1.5.6.5




More information about the telepathy-commits mailing list