mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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
This commit is contained in:
parent
89d73a6003
commit
620d390c2d
@ -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
|
||||
|
@ -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}\
|
||||
|
Loading…
Reference in New Issue
Block a user