summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 21515cbd..27330f61 100644
--- a/configure.in
+++ b/configure.in
@@ -5,6 +5,12 @@ 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-utils, 2.0)
+
AC_SUBST(DISTRO)
AC_SUBST(PCMCIA)
@@ -15,12 +21,6 @@ CFLAGS="-Wall -g -O2"
AC_PREFIX_DEFAULT()
-dnl Guess host type.
-AC_CANONICAL_SYSTEM
-AC_CANONICAL_HOST
-
-AM_INIT_AUTOMAKE(bluez-utils, 1.0)
-
dnl Check for programs.
AC_PROG_CC
AC_PROG_AWK