summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Henty <onepoint@starurchin.org>2011-01-01 09:40:32 +0000
committerJeremy Henty <onepoint@starurchin.org>2011-01-01 09:40:32 +0000
commitcd363fe38abfb68f0394b616321b68b67c73fc8f (patch)
tree276ed85ebfbc6623f5606be2cae2cf16cd9b60fc
parentc35be8734a8fa8e80e247037530b9b7d39cf1a53 (diff)
configure.in: modernize the initialization of autoconf/automake.
-rw-r--r--configure.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 5204beed..03e2cf4d 100644
--- a/configure.in
+++ b/configure.in
@@ -1,12 +1,13 @@
dnl Process this file with aclocal, autoconf and automake.
-AC_INIT(src/dillo.cc)
+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(dillo, 2.2)
-AM_CONFIG_HEADER(config.h)
sysconfdir=${sysconfdir}/${PACKAGE}
dnl Options