* configure.in: Fix DBUS_DAEMONDIR to use EXPANDED_BINDIR for the
authorJohn (J5) Palmieri <johnp@redhat.com>
Fri, 25 Aug 2006 19:33:39 +0000 (19:33 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Fri, 25 Aug 2006 19:33:39 +0000 (19:33 +0000)
  default case

ChangeLog
configure.in

index c532089..1f70b09 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-08-25  John (J5) Palmieri  <johnp@redhat.com>
 
+       * configure.in: Fix DBUS_DAEMONDIR to use EXPANDED_BINDIR for the
+       default case
+
+2006-08-25  John (J5) Palmieri  <johnp@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 b839429..5a24636 100644 (file)
@@ -994,7 +994,7 @@ AC_DEFINE_UNQUOTED(DBUS_USER,"$DBUS_USER", [User for running the system BUS daem
 
 #### 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