summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 03e2cf4d..b8644437 100644
--- a/configure.in
+++ b/configure.in
@@ -1,13 +1,14 @@
dnl Process this file with aclocal, autoconf and automake.
AC_INIT([dillo], [2.2])
-AM_INIT_AUTOMAKE
-AC_CONFIG_SRCDIR([src/dillo.cc])
-AC_CONFIG_HEADERS([config.h])
dnl Detect the canonical host and target build environment
AC_CANONICAL_SYSTEM
+AM_INIT_AUTOMAKE
+AC_CONFIG_SRCDIR([src/dillo.cc])
+AC_CONFIG_HEADERS([config.h])
+
sysconfdir=${sysconfdir}/${PACKAGE}
dnl Options