From 1ba35d1721e21ff06364adb8ed20419add37aeea Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Tue, 13 Jan 2009 20:47:00 +0000 Subject: 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 --- (limited to 'configure.in') 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 -- cgit v0.9.1