hal ChangeLog,1.652,1.653 configure.in,1.105,1.106

Danny Kukawka dkukawka at freedesktop.org
Mon Oct 24 08:13:00 PDT 2005


Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv5931

Modified Files:
	ChangeLog configure.in 
Log Message:
2005-10-24  Danny Kukawka  <danny.kukawka at web.de>

        * configure.in: added info about libusb support for addon-usb-csr
        to display whether the addon is compiled or not.



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.652
retrieving revision 1.653
diff -u -d -r1.652 -r1.653
--- ChangeLog	23 Oct 2005 20:10:59 -0000	1.652
+++ ChangeLog	24 Oct 2005 15:12:58 -0000	1.653
@@ -1,3 +1,8 @@
+2005-10-24  Danny Kukawka  <danny.kukawka at web.de>
+
+	* configure.in: added info about libusb support for addon-usb-csr
+	to display whether the addon is compiled or not.
+
 2005-10-23  Kay Sievers  <kay.sievers at vrfy.org>
 
 	volume_id version 52:

Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- configure.in	21 Oct 2005 09:22:49 -0000	1.105
+++ configure.in	24 Oct 2005 15:12:58 -0000	1.106
@@ -226,8 +226,10 @@
 dnl Check libusb
 AC_PATH_PROG(LIBUSB_CONFIG, libusb-config)
 if test -n "${LIBUSB_CONFIG}"; then
+	USE_LIBUSB=yes
 	AM_CONDITIONAL(HAVE_LIBUSB,true)
 else
+	USE_LIBUSB=no
 	AM_CONDITIONAL(HAVE_LIBUSB,false)
 fi
 
@@ -537,6 +539,7 @@
         dbus-1 system.d dir:      ${DBUS_SYS_DIR}
         pci.ids, usb.ids dir:     ${HWDATA_DIR}
         linux hotplug.d dir:      ${LINUX_HOTPLUG_DIR}
+      
         compiler:                 ${CC}
         cflags:                   ${CFLAGS}
         cppflags:                 ${CPPFLAGS}
@@ -553,6 +556,7 @@
         install fstab-sync:       ${enable_fstab_sync}
         Extended PCMCIA support:  ${enable_pcmcia_support}
         PCMCIA stab file:         ${PCMCIA_STAB_FILE}
+        use libusb (for usb-csr): ${USE_LIBUSB}
 
         Maintainer mode:          ${USE_MAINTAINER_MODE}
         Building verbose mode:    ${enable_verbose_mode}




More information about the hal-commit mailing list