gcompris r3669 - trunk
- From: bcoudoin svn gnome org
- To: svn-commits-list gnome org
- Subject: gcompris r3669 - trunk
- Date: Tue, 13 Jan 2009 20:47:00 +0000 (UTC)
Author: bcoudoin
Date: Tue Jan 13 20:47:00 2009
New Revision: 3669
URL: http://svn.gnome.org/viewvc/gcompris?rev=3669&view=rev
Log:
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:
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Tue Jan 13 20:47:00 2009
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]