From: Jean-Marc Lasgouttes Date: Wed, 12 Sep 2001 09:19:35 +0000 (+0000) Subject: fixes to -version stuff X-Git-Tag: 1.6.10~20621 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bc188c5dab9b3864407771c68b565cf53c3cbe38;p=features.git fixes to -version stuff git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2732 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/ChangeLog b/ChangeLog index 94a3ad0319..bf2edac9c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-09-12 Jean-Marc Lasgouttes + + * configure.in: do not set FRONTENDS to "xforms" when frontend is + xforms; fix the use of "cat < * lyxinclude.m4: diff --git a/configure.in b/configure.in index d7fe799690..5293f98088 100644 --- a/configure.in +++ b/configure.in @@ -185,7 +185,8 @@ dnl The code below is not in a macro, because this would cause big dnl problems with the AC_REQUIRE contained in KDE_DO_IT_ALL. case "$lyx_use_frontend" in xforms) - FRONTEND="xforms" + # for now don't set it for xforms as this is always entered + FRONTEND="" FRONTEND_GUILIB="xforms/libxforms.la";; gnome) AM_PATH_GTKMM(1.2.1,, @@ -229,7 +230,7 @@ LYX_PATH_XFORMS FRONTEND_INFO=`cat <