libgnome parallel install fix



Hi,

Landing all parallel install changes

Havoc

Index: configure.in
===================================================================
RCS file: /cvs/gnome/libgnome/configure.in,v
retrieving revision 1.66
diff -u -p -u -r1.66 configure.in
--- configure.in	2001/09/08 16:41:43	1.66
+++ configure.in	2001/09/19 18:56:29
@@ -1,4 +1,3 @@
-AC_PREREQ(2.52)
 AC_INIT(libgnome)
 
 AM_CONFIG_HEADER(config.h)
Index: libgnome/ChangeLog
===================================================================
RCS file: /cvs/gnome/libgnome/libgnome/ChangeLog,v
retrieving revision 1.339
diff -u -p -u -r1.339 ChangeLog
--- libgnome/ChangeLog	2001/09/19 07:04:36	1.339
+++ libgnome/ChangeLog	2001/09/19 18:56:29
@@ -1,3 +1,7 @@
+2001-09-18  Havoc Pennington  <hp redhat com>
+
+	* libgnome-2.0.pc.in (Requires): add gnome-vfs
+
 2001-09-19  Ariel Rios  <ariel gnu org>
 
 	* gnome-program.c (add_to_module_list): Cast the return
@@ -15,6 +19,7 @@ Tue Sep 18 17:43:45 2001  George Lebl <j
 	  gnome-exec.c, gnome-init.c, gnome-url.c:  Do the private symbols
 	  dance and make the gconf lazy init stuff private
 
+>>>>>>> 1.338
 Fri Sep 14 12:33:21 2001  George Lebl <jirka 5z com>
 
 	* Makefile.am, gnome-macros.h, gnome-program.c, libgnome.h: Move the
Index: libgnome/libgnome-2.0.pc.in
===================================================================
RCS file: /cvs/gnome/libgnome/libgnome/libgnome-2.0.pc.in,v
retrieving revision 1.11
diff -u -p -u -r1.11 libgnome-2.0.pc.in
--- libgnome/libgnome-2.0.pc.in	2001/09/05 22:30:09	1.11
+++ libgnome/libgnome-2.0.pc.in	2001/09/19 18:56:29
@@ -5,7 +5,7 @@ includedir= includedir@
 
 Name: libgnome
 Description: libgnome
-Requires: glib-2.0 ORBit-2.0 libbonobo-2.0 gconf-2.0
+Requires: glib-2.0 ORBit-2.0 libbonobo-2.0 gconf-2.0 gnome-vfs-2.0
 Version: @VERSION@
 Libs: -L${libdir} -lgnome-2
 Cflags: -I${includedir}/gnome-2.0




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