Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2009-01-13 20:47:00 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2009-01-13 20:47:00 (GMT)
commit1ba35d1721e21ff06364adb8ed20419add37aeea (patch)
tree162c4885ba300d2f1e9417f517c17715dc71f29f /configure.in
parentbb1c17ecf935ebc3b7b1ceec2527ae8e585030dd (diff)
use AC_CANONICAL_HOST rather than AC_CANONICAL_TARGET for cross-compile purposes.
Without this change, a --target option to ./configure is emitted without a good reason, which is misleading. * configure.in: svn path=/trunk/; revision=3669
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 61b84e5..800606c 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/gcompris/gcompris.c)
-AC_CANONICAL_TARGET
+AC_CANONICAL_HOST
AM_INIT_AUTOMAKE(gcompris, 8.4.8)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE