mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +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>
|
2006-01-19 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
* Makefile.am (EXTRA_DIST): do not distribute INSTALL.OS2 and
|
* 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
|
### 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 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.
|
dnl problems with the AC_REQUIRE contained in QT_DO_IT_ALL.
|
||||||
for frontend in $FRONTENDS ; do
|
for frontend in $FRONTENDS ; do
|
||||||
case "$frontend" in
|
case "$frontend" in
|
||||||
xforms)
|
xforms)
|
||||||
XFORMS_DO_IT_ALL
|
XFORMS_DO_IT_ALL
|
||||||
if test -z "$noxformsbin" ; then
|
FRONTENDS_PROGS="$FRONTENDS_PROGS lyx-xforms\$(EXEEXT)"
|
||||||
FRONTENDS_PROGS="$FRONTENDS_PROGS lyx-xforms\$(EXEEXT)"
|
|
||||||
fi
|
|
||||||
FRONTENDS_SUBDIRS="$FRONTENDS_SUBDIRS xforms"
|
FRONTENDS_SUBDIRS="$FRONTENDS_SUBDIRS xforms"
|
||||||
RPM_FRONTEND="xforms"
|
RPM_FRONTEND="xforms"
|
||||||
FRONTEND_INFO="${FRONTEND_INFO}\
|
FRONTEND_INFO="${FRONTEND_INFO}\
|
||||||
|
Loading…
Reference in New Issue
Block a user