Created Async libusb branch. Still working on it.

This commit is contained in:
Ulises Vitulli
2008-09-19 21:33:01 +00:00
commit 9e3f41a170
165 changed files with 105370 additions and 0 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
libtoolize --copy --force || exit 1
aclocal || exit 1
autoheader || exit 1
autoconf || exit 1
automake -a -c || exit 1
./configure --enable-maintainer-mode --enable-examples-build \
--enable-x11-examples-build --enable-debug-log $*