aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* autogen.sh: Honor NOCONFIGURE=1Colin Walters2013-06-201-1/+3
| | | | | | | | | | | | See http://people.gnome.org/~walters/docs/build-api.txt Hdg: I know this may seem unnecessary since we also have bootstrap.sh, but the Gnome people are doing continues build testing of Gnome + dependencies and having all autogen.sh scripts support NOCONFIGURE=1 makes live easier for them. Note that in return we get "free" continues build-testing and patches and / or a heads up when we break things. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* Tests: Add libusbx stress testToby Gray2012-11-251-1/+1
| | | | | See https://github.com/tobygray/libusbx/tree/testing as well as http://libusbx.1081486.n5.nabble.com/Libusbx-devel-Crashes-tt433.html#a438
* Autotools: Use "$@" instead of $* to avoid spaces problemsLudovic Rousseau2012-05-041-1/+1
| | | | * "$@" will correctly handle arguments with spaces
* Autotools: Use "set -e" to exit on the first errorLudovic Rousseau2012-05-041-0/+3
| | | | * The script will not continue if something fails (like a command not found)
* Autotools: Do not use source to call an another scriptLudovic Rousseau2012-05-041-1/+1
| | | | | | * Script is valid for bash but not any /bin/sh * Thanks to Xiaofan Chen for the bug report http://sourceforge.net/mailarchive/message.php?msg_id=29217871
* Autotools: Add bootstrap.shPete Batard2012-05-021-16/+1
| | | | | bootstrap.sh does not invoke configure whereas autogen.sh does. This allows libusbx users to choose the one that suits them best.
* Autotools: remove --enable-debug-log option in autogen.shPete Batard2012-03-311-2/+1
|
* autogen.sh: Try to use libtoolize before trying glibtoolizePeter Stuge2012-02-101-2/+9
| | | | | | | This helps on Mac OS X where an old glibtoolize is included in the system and newer, manually installed, versions provide libtoolize. See also http://marc.info/?m=132490560131894
* Darwin backendNathan Hjelm2009-02-161-1/+5
|
* Initial commitDaniel Drake2007-12-021-0/+8
Basic library structure which supports enumerating detected USB devices