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:
Lars Gullik Bjønnes 2001-01-11 17:20:11 +00:00
parent 2da5210598
commit fcf5befa22
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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)