Michael Gerz wrote:
Hi,

this patch removes a few references to the xforms frontend. In particular, it removes ControlPreamble.[Ch] which was only used by the xforms frontend (see comment inside of the file).

Ok to commit?


Could you fix also what's below while you're at it?

Thanks in advance,

Abdel.

===================================================================
--- README      (Revision 14341)
+++ README      (Arbeitskopie)
@@ -78,11 +78,6 @@
       gcc/g++, but some others work also. As of LyX 1.4.0, you need at
       least gcc 3.x.
- Either:
-    * The Xforms library, version 1.0.
-    * LibXpm, version 4.7 or newer.
-
-    Or:
     * The Qt3 library, version 3.0 or newer.
+     Or:
+     * The Qt4 library, version 4.1.1 or newer.

     Read the file "INSTALL" for more information on compiling.
Index: config/lyxinclude.m4
===================================================================
--- config/lyxinclude.m4        (Revision 14341)
+++ config/lyxinclude.m4        (Arbeitskopie)
@@ -554,7 +554,7 @@
 [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, gtk(EXPERIMENTAL)],
+                           Possible values: qt, gtk(EXPERIMENTAL)],

+                   Possible values: qt, qt4, gtk(EXPERIMENTAL)],


Reply via email to