summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index cc27876c..f812c0c5 100644
--- a/configure.in
+++ b/configure.in
@@ -4,6 +4,11 @@ dnl
dnl Process this file with autoconf to produce a configure script.
dnl
AC_INIT()
+
+dnl Guess host type.
+AC_CANONICAL_SYSTEM
+AC_CANONICAL_HOST
+
AM_INIT_AUTOMAKE(bluez-libs, 2.0)
AC_PREFIX_DEFAULT(/usr)