After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 650262 - Use AC_CANONICAL_HOST in configure.ac
Use AC_CANONICAL_HOST in configure.ac
Status: RESOLVED OBSOLETE
Product: glade
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-05-15 20:58 UTC by Maarten Bosmans
Modified: 2018-03-26 15:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Maarten Bosmans 2011-05-15 20:58:31 UTC
AC_CANONICAL_HOST is the correct macro to use for detecting cross-compilation.

This should be changed in both master (where it is AC_CANONICAL_TARGET right now) and in the 3.8 branch (where it is AC_CANONICAL_SYSTEM).

Trivial patch for 3.8 branch looks like:
--- glade3/configure.ac   2009-06-13 01:03:21.000000000 +0200
+++ glade3/configure.ac   2009-06-19 12:38:26.000000000 +0200
@@ -21,7 +21,7 @@
 AC_DEFINE(GLADE_MICRO_VERSION, glade_micro_version, [Glade micro version])
 AC_SUBST(GLADE_MICRO_VERSION, glade_micro_version)
  
-AC_CANONICAL_SYSTEM
+AC_CANONICAL_HOST
  
 AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2])
Comment 1 GNOME Infrastructure Team 2018-03-26 15:19:42 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glade/issues/87.