[Cluster-devel] conga/ricci configure

kupcevic at sourceware.org kupcevic at sourceware.org
Tue Jul 25 21:49:56 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	kupcevic at sourceware.org	2006-07-25 21:49:55

Modified files:
	ricci          : configure 

Log message:
	ricci: ./configure: use different command to get dbus version

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/configure.diff?cvsroot=cluster&r1=1.5&r2=1.6

--- conga/ricci/configure	2006/07/25 19:10:18	1.5
+++ conga/ricci/configure	2006/07/25 21:49:55	1.6
@@ -45,7 +45,7 @@
 
 
 # D-BUS version
-DBUS_VERSION=`dbus-launch --version | grep D-BUS | sed -e s,^D-BUS\ Message\ Bus\ Launcher\ \\\\\([012]\.[0123456789]*\\\\\),\\\1,`
+DBUS_VERSION=`dbus-cleanup-sockets --version | grep D-BUS | sed -e s,^D-BUS\ Socket\ Cleanup\ Utility\ \\\\\([012]\.[0123456789]*\\\\\),\\\1,`
 if [ -z "$DBUS_VERSION" ] ; then 
     echo "missing d-bus"
     rm -f $MAKE_DEFINES




More information about the Cluster-devel mailing list