the gtk frontend does not rely on xforms anymore

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10774 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2006-01-24 16:21:53 +00:00
parent bf1f75ca68
commit ecb7956a77
2 changed files with 5 additions and 9 deletions

View File

@ -1,3 +1,7 @@
2006-01-24 John Spray <spray@lyx.org>
* configure.ac: the gtk frontend does not need xforms anymore.
2006-01-19 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* Makefile.am (EXTRA_DIST): do not distribute INSTALL.OS2 and

View File

@ -160,21 +160,13 @@ esac
### check which frontend we want to use
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
dnl problems with the AC_REQUIRE contained in QT_DO_IT_ALL.
for frontend in $FRONTENDS ; do
case "$frontend" in
xforms)
XFORMS_DO_IT_ALL
if test -z "$noxformsbin" ; then
FRONTENDS_PROGS="$FRONTENDS_PROGS lyx-xforms\$(EXEEXT)"
fi
FRONTENDS_PROGS="$FRONTENDS_PROGS lyx-xforms\$(EXEEXT)"
FRONTENDS_SUBDIRS="$FRONTENDS_SUBDIRS xforms"
RPM_FRONTEND="xforms"
FRONTEND_INFO="${FRONTEND_INFO}\