From 043e0379d35d3eee738f4f85c50b4801d95d6946 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Thu, 26 Feb 2009 21:00:41 +0900 Subject: [PATCH] Remove references to libglade from config and documentation --- INSTALL | 3 --- configure.ac | 2 -- src/ui/gui/automake.mk | 5 ++--- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index 9254a0d3..d3a469cf 100644 --- a/INSTALL +++ b/INSTALL @@ -50,9 +50,6 @@ use the GUI, you must run `configure' with --without-gui. * GTK+ (http://www.gtk.org/), version 2.12.0 or later. - * libglade (http://www.jamesh.id.au/software/libglade/), version - 2.6 or later. - Installing the following packages will allow your PSPP binary to read Gnumeric files. diff --git a/configure.ac b/configure.ac index fc4b9828..7e7a4c60 100644 --- a/configure.ac +++ b/configure.ac @@ -54,8 +54,6 @@ required_gtk_version=2.12 if test x"$with_gui" != x"no" ; then PKG_CHECK_MODULES(GTK, gtk+-2.0 >= $required_gtk_version,, [PSPP_REQUIRED_PREREQ([gtk+ 2.0 v$required_gtk_version or later (or use --without-gui)])]) - PKG_CHECK_MODULES(GLADE, libglade-2.0 >= 2.6.0,, - [PSPP_REQUIRED_PREREQ([libglade 2.0 v2.6.0 or later (or use --without-gui)])]) fi AM_CONDITIONAL(WITHGUI, test x"$with_gui" != x"no") diff --git a/src/ui/gui/automake.mk b/src/ui/gui/automake.mk index 92acbd69..5e4bceb2 100644 --- a/src/ui/gui/automake.mk +++ b/src/ui/gui/automake.mk @@ -4,7 +4,7 @@ include $(top_srcdir)/src/ui/gui/sheet/automake.mk bin_PROGRAMS += src/ui/gui/psppire -src_ui_gui_psppire_CFLAGS = $(GTK_CFLAGS) $(GLADE_CFLAGS) -Wall \ +src_ui_gui_psppire_CFLAGS = $(GTK_CFLAGS) -Wall \ -DINSTALLDIR=\"$(bindir)\" -DGDK_MULTIHEAD_SAFE=1 @@ -27,7 +27,6 @@ src_ui_gui_psppire_LDADD = \ src/libpspp.la \ src/libpspp-core.la \ $(GTK_LIBS) \ - $(GLADE_LIBS) \ @LIBINTL@ \ $(LIB_CLOSE) @@ -74,7 +73,6 @@ nodist_src_ui_gui_psppire_DATA = \ $(top_builddir)/src/ui/gui/t-test.ui dist_src_ui_gui_psppire_DATA = \ - $(top_srcdir)/src/ui/gui/text-data-import.glade \ $(top_srcdir)/src/ui/gui/pspplogo.png \ $(top_srcdir)/src/ui/gui/icons/value-labels.png \ $(top_srcdir)/src/ui/gui/icons/goto-variable.png\ @@ -219,6 +217,7 @@ src_ui_gui_psppire_SOURCES = \ src/ui/gui/recode.glade \ src/ui/gui/regression.glade \ src/ui/gui/syntax-editor.glade \ + src/ui/gui/text-data-import.glade \ src/ui/gui/t-test.glade -- 2.30.2