libusb/autogen.sh
Ludovic Rousseau d20cd4f357 Autotools: Use "$@" instead of $* to avoid spaces problems
* "$@" will correctly handle arguments with spaces
2012-05-04 23:05:37 +01:00

6 lines
100 B
Bash
Executable file

#!/bin/sh
set -e
./bootstrap.sh
./configure --enable-maintainer-mode --enable-examples-build "$@"