mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-08 10:11:21 +00:00
mark frontends as experimental
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_1_6@1319 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2da5210598
commit
fcf5befa22
@ -1,3 +1,7 @@
|
||||
2001-01-11 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||
|
||||
* config/lyxinclude.m4 (LYX_USE_FRONTEND): mark as experimental
|
||||
|
||||
2001-01-11 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* src/buffer.C (getTocList): make the method const, so that
|
||||
|
@ -923,7 +923,7 @@ extern int select ($ac_cv_func_select_arg1,$ac_cv_func_select_arg234,$ac_cv_func
|
||||
AC_DEFUN(LYX_USE_FRONTEND,
|
||||
[AC_MSG_CHECKING(what frontend should be used as main GUI)
|
||||
AC_ARG_WITH(frontend,
|
||||
[ --with-frontend[=value] Use THIS frontend as main GUI:
|
||||
[ --with-frontend[=value] EXPERIMENTAL (only xforms works) Use THIS frontend as main GUI:
|
||||
Possible values: xforms,kde,gnome],
|
||||
[lyx_use_frontend="$withval"], [lyx_use_frontend="xforms"])
|
||||
AC_MSG_RESULT($lyx_use_frontend)
|
||||
|
Loading…
Reference in New Issue
Block a user