[telepathy-sofiasip/master] Add AC_CANONICAL_TARGET macro

Mikhail Zabaluev mikhail.zabaluev at nokia.com
Tue Nov 3 10:17:47 PST 2009


Provides more explicit check for missing config.guess and config.sub
---
 configure.ac |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 594d4b7..f226051 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,6 +11,7 @@ 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_CONFIG_MACRO_DIR([m4])
 
 AS_VERSION(THIS_PACKAGE, TELEPATHY_SIP_VERSION,
@@ -20,6 +21,7 @@ AS_VERSION(THIS_PACKAGE, TELEPATHY_SIP_VERSION,
 AM_INIT_AUTOMAKE([1.8 -Wno-portability])
 
 AM_PROG_LIBTOOL
+
 AC_CONFIG_HEADER([config.h])
 
 dnl check for tools
-- 
1.5.6.5




More information about the telepathy-commits mailing list