mention gtk as frontend

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8999 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2004-09-23 09:52:29 +00:00
parent 0d3bd78434
commit 1ec862e251
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-09-23 John Spray <jcs116@york.ac.uk>
* lyxinclude.m4 (LYX_USE_FRONTENDS): mention gtk as frontend
2004-08-30 Lars Gullik Bjonnes <larsbj@gullik.net>
* common.am: improve pch handling a tiny bit

View File

@ -527,7 +527,7 @@ AC_DEFUN([LYX_USE_FRONTENDS],
[AC_MSG_CHECKING([what frontend should be used for the GUI])
AC_ARG_WITH(frontend,
[ --with-frontend=THIS Use THIS frontend as main GUI:
Possible values: xforms, qt],
Possible values: xforms, qt, gtk(EXPERIMENTAL)],
[FRONTENDS="$withval"], [FRONTENDS="xforms"])
AC_MSG_RESULT($FRONTENDS)
AC_SUBST(FRONTENDS)