From 1ec862e251d924f939068012077c48e91b78e320 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Thu, 23 Sep 2004 09:52:29 +0000 Subject: [PATCH] mention gtk as frontend git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8999 a592a061-630c-0410-9148-cb99ea01b6c8 --- config/ChangeLog | 4 ++++ config/lyxinclude.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config/ChangeLog b/config/ChangeLog index c40ad121c9..d8491f4de2 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2004-09-23 John Spray + + * lyxinclude.m4 (LYX_USE_FRONTENDS): mention gtk as frontend + 2004-08-30 Lars Gullik Bjonnes * common.am: improve pch handling a tiny bit diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4 index adf69c1976..519e512674 100644 --- a/config/lyxinclude.m4 +++ b/config/lyxinclude.m4 @@ -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)