Mercurial > dillo_port1.3
changeset 1786:dedb666768cf
configure.in: move AC_CANONICAL_SYSTEM to fix an autoconf warning.
author | Jeremy Henty <onepoint@starurchin.org> |
---|---|
date | Wed, 05 Jan 2011 08:22:38 +0000 |
parents | ef68139142bb |
children | 968f87d29d7d |
files | configure.in |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Sat Jan 01 09:40:32 2011 +0000 +++ b/configure.in Wed Jan 05 08:22:38 2011 +0000 @@ -1,13 +1,14 @@ dnl Process this file with aclocal, autoconf and automake. AC_INIT([dillo], [2.2]) + +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]) -dnl Detect the canonical host and target build environment -AC_CANONICAL_SYSTEM - sysconfdir=${sysconfdir}/${PACKAGE} dnl Options