mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
0d3bd78434
commit
1ec862e251
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user