]> git.lyx.org Git - features.git/commitdiff
mention gtk as frontend
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 23 Sep 2004 09:52:29 +0000 (09:52 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 23 Sep 2004 09:52:29 +0000 (09:52 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8999 a592a061-630c-0410-9148-cb99ea01b6c8

config/ChangeLog
config/lyxinclude.m4

index c40ad121c94f5bb03a37c0389c5752050cc6f0b9..d8491f4de2b2608bdd48096577249d964f121f7f 100644 (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
index adf69c1976cff28959dd4b2b950d05d287755a68..519e512674b13b47e9d2fe3affe50d1a9f4e7e5a 100644 (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)