]> git.lyx.org Git - features.git/commitdiff
if the xforms frontend is added just to help gtk,
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 1 Jun 2005 13:49:16 +0000 (13:49 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 1 Jun 2005 13:49:16 +0000 (13:49 +0000)
do not build the xforms binary.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9990 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
configure.ac

index fc1e4aef7a67b78cd0f6099e39ac1c52cab55e1a..687d6c09160f0ae54fe5e01226646cf5d37a5d28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: if the xforms frontend is added just to help gtk,
+       do not build the xforms binary.
+
 2005-05-20    <lgb@tandberg.net>
 
        * configure.ac: Use AM_* flags for CLAGS,CXXFLAGS where we require
index 9c953b608fbbe3151cdb151e60479a1fa96add44..d0a64ccdb00c4494d21fbb28eefa3e85f34c66a1 100644 (file)
@@ -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}\