[monkey-bubble: 686/753] Added this back, but don't compile the monikers/ directory for the moment.



commit f3c1d95492557277dfc9d03f0393a4410436a550
Author: Martin Baulig <baulig suse de>
Date:   Tue Aug 28 09:32:19 2001 +0000

    Added this back, but don't compile the monikers/ directory for the moment.
    
    2001-08-28  Martin Baulig  <baulig suse de>
    
    	* configure.in (MONIKER_LIBS): Added this back, but don't compile the
    	monikers/ directory for the moment.
    
    	* NEWS: Added comment about the Gnome.idl change.

 ChangeLog    |    7 +++++++
 NEWS         |    7 +++++++
 configure.in |    5 +++++
 3 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6193706..2bf59d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2001-08-28  Martin Baulig  <baulig suse de>
 
+	* configure.in (MONIKER_LIBS): Added this back, but don't compile the
+	monikers/ directory for the moment.
+
+	* NEWS: Added comment about the Gnome.idl change.
+
+2001-08-28  Martin Baulig  <baulig suse de>
+
 	* configure.in: Bumped version number to 1.103.0, the next release will
 	be 1.104.0.
 
diff --git a/NEWS b/NEWS
index 55e690c..ebf1d9e 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,13 @@ August 28, 2001:
 
   - bug fixes (George).
 
+  - idl/Gnome.idl:
+
+      * removed GNOME::SelectionMode - this was only used internally, so it's better
+        not to have this in the core libraries.
+
+      * added GNOME::ExtraAttributes as alias for Bonobo::PropertySet.
+
 August 11, 2001:
 ===============
 
diff --git a/configure.in b/configure.in
index 81904c5..c4c737e 100644
--- a/configure.in
+++ b/configure.in
@@ -72,6 +72,10 @@ PKG_CHECK_MODULES(LIBGNOME, glib-2.0 >= 1.3.7 gmodule-2.0 >= 1.3.7 gnome-vfs-2.0
 AC_SUBST(LIBGNOME_CFLAGS)
 AC_SUBST(LIBGNOME_LIBS)
 
+PKG_CHECK_MODULES(MONIKER, glib-2.0 >= 1.3.7 gmodule-2.0 >= 1.3.7 gnome-vfs-2.0 >= 1.1 libxml-2.0 >= 2.4.1 libbonobo-2.0 >= 1.100.0 bonobo-config-2.0 >= 0.1.3)
+AC_SUBST(MONIKER_CFLAGS)
+AC_SUBST(MONIKER_LIBS)
+
 GNOME_VFS_VERSION=`$PKG_CONFIG --modversion gnome-vfs-2.0`
 AC_SUBST(GNOME_VFS_VERSION)
 
@@ -91,6 +95,7 @@ idl/Makefile
 tests/Makefile
 libgnome/Makefile
 libgnome/libgnome-2.0.pc
+monikers/Makefile
 ])
 
 cat $srcdir/message-of-doom



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