From: Lars Gullik Bjønnes Date: Sun, 6 Mar 2005 04:29:27 +0000 (+0000) Subject: gnome build removal, gtk build fix X-Git-Tag: 1.6.10~14484 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=87cd77d1fc819bc8f14982fc6b20091720c011f5;p=lyx.git gnome build removal, gtk build fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9696 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/ChangeLog b/ChangeLog index 2fb6184bc7..07bf5681f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-06 Lars Gullik Bjonnes + + * configure.ac: make the xforms part be built + first when building gtk frontend + 2005-03-05 Angus Leeming * autogen.sh: remove test for gettext. Belongs in configure. diff --git a/configure.ac b/configure.ac index 63c859a5c0..22d7a7e52a 100644 --- a/configure.ac +++ b/configure.ac @@ -161,7 +161,7 @@ esac dnl if the gtk frontend has been specified, then xforms is needed too if echo $FRONTENDS | grep gtk | grep -v xforms ; then - FRONTENDS="$FRONTENDS xforms" + FRONTENDS="xforms $FRONTENDS" fi dnl The code below is not in a macro, because this would cause big diff --git a/src/frontends/ChangeLog b/src/frontends/ChangeLog index 77955ee2bb..362d109c56 100644 --- a/src/frontends/ChangeLog +++ b/src/frontends/ChangeLog @@ -1,6 +1,10 @@ +2005-03-06 Lars Gullik Bjonnes + + * Makefile.am (DIST_SUBDIRS): remove gnome + 2005-02-21 Andreas Vox - * Dialogs.[hC] (show): prevent show() from getting called + * Dialogs.[hC] (show): prevent show() from getting called recursively. 2005-02-11 John Levon diff --git a/src/frontends/Makefile.am b/src/frontends/Makefile.am index 74d2f42f27..14a6613d3f 100644 --- a/src/frontends/Makefile.am +++ b/src/frontends/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/config/common.am SUBDIRS = controllers $(FRONTENDS_SUBDIRS) -DIST_SUBDIRS = controllers xforms qt2 gnome gtk +DIST_SUBDIRS = controllers xforms qt2 gtk noinst_LTLIBRARIES = libfrontends.la