[monkey-bubble: 620/753] Require libgnome >= 1.101.0, libgnomecanvas >= 1.96.2 and libbonoboui >=



commit a96bbc9424ad8e469a1422d25725fedf7e8c0f88
Author: Martin Baulig <baulig suse de>
Date:   Sat Aug 11 17:48:01 2001 +0000

    Require libgnome >= 1.101.0, libgnomecanvas >= 1.96.2 and libbonoboui >=
    
    2001-08-11  Martin Baulig  <baulig suse de>
    
    	* configure.in: Require libgnome >= 1.101.0, libgnomecanvas >= 1.96.2
    	and libbonoboui >= 1.97.0.

 ChangeLog    |    5 +++++
 configure.in |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0087fd4..e0ee0fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-11  Martin Baulig  <baulig suse de>
+
+	* configure.in: Require libgnome >= 1.101.0, libgnomecanvas >= 1.96.2
+	and libbonoboui >= 1.97.0.
+
 2001-08-10  Martin Baulig  <baulig suse de>
 
 	* configure.in: Don't check for gnome-maketypes and
diff --git a/configure.in b/configure.in
index 6463a07..0cd4f4d 100644
--- a/configure.in
+++ b/configure.in
@@ -38,15 +38,15 @@ AM_CONDITIONAL(FALSE, test x = y)
 dnl
 dnl Start of pkg-config checks
 dnl
-PKG_CHECK_MODULES(LIBGNOMEUI, libgnome-2.0 >= 1.96.0 libgnomecanvas-2.0 >= 1.96.0 libbonoboui-2.0 >= 1.96.0)
+PKG_CHECK_MODULES(LIBGNOMEUI, libgnome-2.0 >= 1.101.0 libgnomecanvas-2.0 >= 1.96.2 libbonoboui-2.0 >= 1.97.0)
 AC_SUBST(LIBGNOMEUI_CFLAGS)
 AC_SUBST(LIBGNOMEUI_LIBS)
 
-PKG_CHECK_MODULES(LIBGNOMEUI_COMPONENTS, libgnome-2.0 >= 1.96.0 libgnomecanvas-2.0 >= 1.96.0 libbonoboui-2.0 >= 1.96.0)
+PKG_CHECK_MODULES(LIBGNOMEUI_COMPONENTS, libgnome-2.0 >= 1.101.0 libgnomecanvas-2.0 >= 1.96.2 libbonoboui-2.0 >= 1.97.0)
 AC_SUBST(LIBGNOMEUI_COMPONENTS_CFLAGS)
 AC_SUBST(LIBGNOMEUI_COMPONENTS_LIBS)
 
-PKG_CHECK_MODULES(LIBGNOMEUI_DEMOS, libgnome-2.0 >= 1.96.0 libgnomecanvas-2.0 >= 1.96.0 libbonoboui-2.0 >= 1.96.0)
+PKG_CHECK_MODULES(LIBGNOMEUI_DEMOS, libgnome-2.0 >= 1.101.0 libgnomecanvas-2.0 >= 1.96.2 libbonoboui-2.0 >= 1.97.0)
 AC_SUBST(LIBGNOMEUI_DEMOS_CFLAGS)
 AC_SUBST(LIBGNOMEUI_DEMOS_LIBS)
 



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