pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp ChangeLog INSTALL configure.ac


From: John Darrington
Subject: [Pspp-cvs] pspp ChangeLog INSTALL configure.ac
Date: Sat, 06 Oct 2007 06:58:13 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Changes by:     John Darrington <jmd>   07/10/06 06:58:13

Modified files:
        .              : ChangeLog INSTALL configure.ac 

Log message:
        Update libglade version dependency

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/ChangeLog?cvsroot=pspp&r1=1.85&r2=1.86
http://cvs.savannah.gnu.org/viewcvs/pspp/INSTALL?cvsroot=pspp&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/pspp/configure.ac?cvsroot=pspp&r1=1.63&r2=1.64

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/pspp/pspp/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -b -r1.85 -r1.86
--- ChangeLog   30 Sep 2007 18:11:08 -0000      1.85
+++ ChangeLog   6 Oct 2007 06:58:13 -0000       1.86
@@ -1,3 +1,8 @@
+2007-10-06 John Darrington <address@hidden>
+
+       * configure.ac INSTALL: Change libglade version requirement.
+       Thanks to Paul Brown for reporting this issue.
+
 2007-09-30  Ben Pfaff  <address@hidden>
 
        * configure.ac: Print a message indicating success at the end of

Index: INSTALL
===================================================================
RCS file: /sources/pspp/pspp/INSTALL,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- INSTALL     30 Sep 2007 18:11:07 -0000      1.16
+++ INSTALL     6 Oct 2007 06:58:13 -0000       1.17
@@ -50,7 +50,7 @@
       recommend version 2.10.2 or later.
 
     * libglade (http://www.jamesh.id.au/software/libglade/), version
-      2.0 or later.
+      2.6 or later.
 
 The following packages are optional.
 

Index: configure.ac
===================================================================
RCS file: /sources/pspp/pspp/configure.ac,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -b -r1.63 -r1.64
--- configure.ac        30 Sep 2007 18:09:04 -0000      1.63
+++ configure.ac        6 Oct 2007 06:58:13 -0000       1.64
@@ -39,7 +39,7 @@
 if test x"$with_gui" != x"no" ; then 
   PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.8.0,,
     [PSPP_REQUIRED_PREREQ([gtk+ 2.0 v2.8.0 or later (or use --without-gui)])])
-  PKG_CHECK_MODULES(GLADE, libglade-2.0,,
+  PKG_CHECK_MODULES(GLADE, libglade-2.0 >= 2.6.0,,
     [PSPP_REQUIRED_PREREQ([libglade 2.0 (or use --without-gui)])])
 fi
 AM_CONDITIONAL(WITHGUI, test x"$with_gui" != x"no")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]