mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
bf1f75ca68
commit
ecb7956a77
@ -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
|
||||
|
10
configure.ac
10
configure.ac
@ -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}\
|
||||
|
Loading…
Reference in New Issue
Block a user