diff options
-rw-r--r-- | configure.in | 7 |
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 |