From: Frank Mori Hess Date: Sun, 30 Nov 2003 15:41:52 +0000 (+0000) Subject: add support for usb scripts/firmware X-Git-Tag: r0_7_22~115 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7f83f89d4c7aad50bc82d962dca9887c8fbeccdd;p=comedilib.git add support for usb scripts/firmware --- diff --git a/configure.ac b/configure.ac index e8aaf07..10959f9 100644 --- a/configure.ac +++ b/configure.ac @@ -57,12 +57,25 @@ AM_CONDITIONAL(HAVE_DOCBOOK2HTML, [test "x$DOCBOOK2HTML" != xno]) pcmciadir="\${sysconfdir}/pcmcia" AC_SUBST(pcmciadir) +#see: http://linux-hotplug.sourceforge.net/ +#the hotplug expects the device dependent scripts here: +usbhotplugdir="/etc/hotplug/usb" +AC_SUBST(usbhotplugdir) + +#firmware for the hotplug script +#see: http://linux-hotplug.sourceforge.net/ +usbfirmwaredir="/usr/share/usb" +AC_SUBST(usbfirmwaredir) + AC_CONFIG_FILES( Makefile comedi_calibrate/Makefile comedi_config/Makefile etc/Makefile etc/pcmcia/Makefile +etc/hotplug/Makefile +etc/hotplug/usb/Makefile +etc/hotplug/usb/usbdux/Makefile doc/Makefile doc/html/Makefile doc/man/Makefile