From 23906b13929fdf09072d1f8d5b7754210c426b66 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Mon, 8 Jun 1998 00:13:10 +0000 Subject: New automake conditional; (need_gnome_support): added 1998-06-08 Martin Baulig * gnome-support.m4 (CROSS_COMPILING): New automake conditional; (need_gnome_support): added `AC_SUBST(need_gnome_support)'. svn path=/trunk/; revision=253 --- macros/ChangeLog | 9 +++++++-- macros/gnome-support.m4 | 2 ++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/macros/ChangeLog b/macros/ChangeLog index 9a13321c84..91d28db316 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,9 +1,14 @@ -1998-06-07 Martin Baulig +1998-06-08 Martin Baulig + + * gnome-support.m4 (CROSS_COMPILING): New automake conditional; + (need_gnome_support): added `AC_SUBST(need_gnome_support)'. + +1998-06-07 Martin Baulig * gnome-guile-checks.m4 (GNOME_CHECK_GUILE): When cross-compiling, we now check for `$host_alias-buile-guile'. -1998-06-03 Martin Baulig +1998-06-03 Martin Baulig * gnome-guile-checks.m4 (GNOME_CHECK_GUILE): Looks also in $GNOME_LIBDIR; added failflag: GNOME_CHECK_GUILE(fail) diff --git a/macros/gnome-support.m4 b/macros/gnome-support.m4 index 4d5bc41527..83eb37089b 100644 --- a/macros/gnome-support.m4 +++ b/macros/gnome-support.m4 @@ -85,8 +85,10 @@ AC_DEFUN([GNOME_SUPPORT_CHECKS],[ # Turn our LIBOBJS into libtool objects. This is gross, but it # requires changes to autoconf before it goes away. LTLIBOBJS=`echo "$LIBOBJS" | sed 's/\.o/.lo/g'` + AC_SUBST(need_gnome_support) AC_SUBST(LTLIBOBJS) LIBOBJS="$save_LIBOBJS" AM_CONDITIONAL(BUILD_GNOME_SUPPORT, test "$need_gnome_support" = yes) + AM_CONDITIONAL(CROSS_COMPILING, test "$cross_compiling" = yes) ]) -- cgit v1.2.3