From 620d390c2d2bf90979774531ba83baf3d5880c9c Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Wed, 1 Jun 2005 13:49:16 +0000 Subject: [PATCH] if the xforms frontend is added just to help gtk, do not build the xforms binary. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9990 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 5 +++++ configure.ac | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fc1e4aef7a..687d6c0916 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-01 Jean-Marc Lasgouttes + + * configure.ac: if the xforms frontend is added just to help gtk, + do not build the xforms binary. + 2005-05-20 * configure.ac: Use AM_* flags for CLAGS,CXXFLAGS where we require diff --git a/configure.ac b/configure.ac index 9c953b608f..d0a64ccdb0 100644 --- a/configure.ac +++ b/configure.ac @@ -152,6 +152,7 @@ esac dnl if the gtk frontend has been specified, then xforms is needed too if echo $FRONTENDS | grep gtk | grep -v xforms ; then FRONTENDS="xforms $FRONTENDS" + noxformsbin=yes fi dnl The code below is not in a macro, because this would cause big @@ -160,7 +161,9 @@ for frontend in $FRONTENDS ; do case "$frontend" in xforms) XFORMS_DO_IT_ALL - FRONTENDS_PROGS="$FRONTENDS_PROGS lyx-xforms\$(EXEEXT)" + if test -z "$noxformsbin" ; then + FRONTENDS_PROGS="$FRONTENDS_PROGS lyx-xforms\$(EXEEXT)" + fi FRONTENDS_SUBDIRS="$FRONTENDS_SUBDIRS xforms" RPM_FRONTEND="xforms" FRONTEND_INFO="${FRONTEND_INFO}\ -- 2.39.2