dbus ChangeLog,1.1091,1.1092 configure.in,1.170,1.171

John Palmieri johnp at kemper.freedesktop.org
Fri Aug 25 12:33:41 PDT 2006


Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv7463

Modified Files:
	ChangeLog configure.in 
Log Message:
* configure.in: Fix DBUS_DAEMONDIR to use EXPANDED_BINDIR for the
  default case


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1091
retrieving revision 1.1092
diff -u -d -r1.1091 -r1.1092
--- ChangeLog	25 Aug 2006 19:18:51 -0000	1.1091
+++ ChangeLog	25 Aug 2006 19:33:39 -0000	1.1092
@@ -1,5 +1,10 @@
 2006-08-25  John (J5) Palmieri  <johnp at redhat.com>
 
+	* configure.in: Fix DBUS_DAEMONDIR to use EXPANDED_BINDIR for the
+	default case
+
+2006-08-25  John (J5) Palmieri  <johnp at redhat.com>
+
 	* configure.ac, bus/Makefile.am: Generalize kqueue support so that
 	it works on any system providing this interface, not only FreeBSD.
 	For example, NetBSD. (Patch by Julio M. Merino Vidal  <jmmv at NetBSD dot org>)

Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -d -r1.170 -r1.171
--- configure.in	25 Aug 2006 19:18:51 -0000	1.170
+++ configure.in	25 Aug 2006 19:33:39 -0000	1.171
@@ -994,7 +994,7 @@
 
 #### Directory to install dbus-daemon
 if test -z "$with_dbus_daemondir" ; then
-    DBUS_DAEMONDIR="${bindir}"
+    DBUS_DAEMONDIR=$EXPANDED_BINDIR
 else
     DBUS_DAEMONDIR=$with_dbus_daemondir
 fi



More information about the dbus-commit mailing list