Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bcc8d54..8201a9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
-2008-12-22 Bruno coudoin <bruno.coudoin@free.fr>
+2009-01-13 Bruno coudoin <bruno.coudoin@free.fr>
+
+ 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:
+2008-12-22 Bruno coudoin <bruno.coudoin@free.fr>
* boards/geography_country.xml.in: putted back the france icon
* src/boards/reading.c: (ask_ready), (ask_yes_no): fixed a potential crash case,