added a new conditional CROSS_COMPILING which indicates ($build != $host).
authorMichael Natterer <mitch@gimp.org>
Tue, 7 May 2002 15:41:24 +0000 (15:41 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Tue, 7 May 2002 15:41:24 +0000 (15:41 +0000)
commit46bf6d8a81bc6f96dd6bf6cbfed00081efbe4c0e
tree6ac09e28ba7b2b427a40ee804d3729651f158e6c
parent053a1ce434558dc03dbfa980fc2de8fd9484ba3e
added a new conditional CROSS_COMPILING which indicates ($build != $host).

2002-05-07  Michael Natterer  <mitch@gimp.org>

* configure.in: added a new conditional CROSS_COMPILING which
indicates ($build != $host). If it is set, look for
glib-genmarshal in PATH. Error out if it was not found.

2002-05-07  Michael Natterer  <mitch@gimp.org>

* Makefile.am: use the glib-genmarshal found at configure time
if CROSS_COMPILING is set, use the one which was just built
otherwise.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in
gobject/ChangeLog
gobject/Makefile.am