aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
Diffstat (limited to 'macros')
-rw-r--r--macros/ChangeLog10
-rw-r--r--macros/gnome-guile-checks.m48
2 files changed, 15 insertions, 3 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index b74114f30c..9a13321c84 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,7 +1,13 @@
+1998-06-07 Martin Baulig <martin@home-of-linux.org>
+
+ * gnome-guile-checks.m4 (GNOME_CHECK_GUILE): When
+ cross-compiling, we now check for `$host_alias-buile-guile'.
+
1998-06-03 Martin Baulig <martin@home-of-linux.org>
- * gnome-guile-checks.m4 (GNOME_CHECK_GUILE): Looks also in $GNOME_LIBDIR;
- added failflag: GNOME_CHECK_GUILE(fail) will abort if guile cannot be found.
+ * gnome-guile-checks.m4 (GNOME_CHECK_GUILE): Looks also
+ in $GNOME_LIBDIR; added failflag: GNOME_CHECK_GUILE(fail)
+ will abort if guile cannot be found.
1998-05-23 Martin Baulig <martin@home-of-linux.org>
diff --git a/macros/gnome-guile-checks.m4 b/macros/gnome-guile-checks.m4
index 5651f4dae5..b5c0a0b7cf 100644
--- a/macros/gnome-guile-checks.m4
+++ b/macros/gnome-guile-checks.m4
@@ -23,7 +23,13 @@ AC_DEFUN([GNOME_CHECK_GUILE],
AC_SUBST(TERMCAP_LIB)
AC_SUBST(READLINE_LIB)
- AC_CHECK_PROG(BUILD_GUILE, build-guile, yes, no)
+ if test "x$cross_compiling" = "xyes" ; then
+ name_build_guile="$target_alias-build-guile"
+ else
+ name_build_guile="buile-guile"
+ fi
+
+ AC_CHECK_PROG(BUILD_GUILE, $name_build_guile, yes, no)
if test "x$BUILD_GUILE" = "xyes"; then
AC_MSG_CHECKING(whether build-guile works)
800'>2008-08-262-5/+4 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 * Fix pkg-plist if WITHOUT_NLS is set (there are no french man pages).naddy2008-08-152-5/+5 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * Update to 2.0.7, which has miscellaneous bug fixes and translation updates.naddy2008-01-163-4/+5 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-2/+1 * Update to 2.0.6. Changes in this release:naddy2007-04-272-4/+4 * Update to 2.0.5. Changes in this release:naddy2007-04-232-4/+4 * * Update to 2.0.4. Changes in this release:naddy2007-04-102-6/+14 * Update to 2.0.3: cosmetic changes only.naddy2007-02-014-19/+18 * Remove message catalog directory.naddy2007-01-152-0/+2 * Update to 2.0.2, which brings miscellaneous bug fixes.naddy2006-12-222-4/+4 * Update to 2.0.1. Improvements and new features:naddy2006-12-168-69/+114 * Remove USE_REINPLACE from all categories starting with Eedwin2006-05-071-1/+0 * SHA256ifyedwin2006-01-221-0/+1 * Update to 1.2.5. From the change log:naddy2005-05-212-3/+3 * Support WITHOUT_NLSkrion2004-07-112-25/+32 * * Update to 1.2.4. Changes in this release: various bug fixes.naddy2004-07-015-80/+62 * Expand $SYSCONFDIR in man pages.naddy2004-04-01