diff options
author | Jeremy Henty <onepoint@starurchin.org> | 2011-01-08 17:55:36 +0000 |
---|---|---|
committer | Jeremy Henty <onepoint@starurchin.org> | 2011-01-08 17:55:36 +0000 |
commit | a6221dfe0646c6f885f48664366629d42c4b8a8e (patch) | |
tree | 714ac474a00921ed442013cf64d2b3f92ebbdeff /configure.in | |
parent | 67125c141d6065ff14a474b2e1f28e9153029804 (diff) |
configure.in: replace AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 86ed4726..c9e716f2 100644 --- a/configure.in +++ b/configure.in @@ -2,8 +2,8 @@ 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 +dnl Detect the canonical target build environment +AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/dillo.cc]) |