* The script will not continue if something fails (like a command not found)
#!/bin/sh
+
+set -e
+
./bootstrap.sh
./configure --enable-maintainer-mode --enable-examples-build $*
#!/bin/sh
+set -e
+
# use libtoolize if available, otherwise look for glibtoolize (darwin)
if (libtoolize --version) < /dev/null > /dev/null 2>&1; then
LIBTOOLIZE=libtoolize
#define LIBUSB_MICRO 10
#endif
#ifndef LIBUSB_NANO
-#define LIBUSB_NANO 10490
+#define LIBUSB_NANO 10491
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC