New automake conditional; (need_gnome_support): added

1998-06-08  Martin Baulig  <martin@home-of-linux.org>

	* gnome-support.m4 (CROSS_COMPILING): New automake conditional;
	(need_gnome_support): added `AC_SUBST(need_gnome_support)'.

svn path=/trunk/; revision=253
This commit is contained in:
Martin Baulig
1998-06-08 00:13:10 +00:00
committed by Martin Baulig
parent a5956a0882
commit 23906b1392
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
1998-06-08 Martin Baulig <martin@home-of-linux.org>
* gnome-support.m4 (CROSS_COMPILING): New automake conditional;
(need_gnome_support): added `AC_SUBST(need_gnome_support)'.
1998-06-07 Martin Baulig <martin@home-of-linux.org>
* gnome-guile-checks.m4 (GNOME_CHECK_GUILE): When

View File

@ -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)
])