From 7f83f89d4c7aad50bc82d962dca9887c8fbeccdd Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Sun, 30 Nov 2003 15:41:52 +0000 Subject: [PATCH] add support for usb scripts/firmware --- configure.ac | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- 2.26.2