]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-mingw: libusb: Use bootstrap.sh instead of autogen.sh.
authorUwe Hermann <redacted>
Tue, 8 Sep 2015 15:52:01 +0000 (17:52 +0200)
committerUwe Hermann <redacted>
Tue, 8 Sep 2015 15:52:01 +0000 (17:52 +0200)
This also removes the need to supply --disable-udev.

cross-compile/mingw/sigrok-cross-mingw

index 7a2e8b39409e5ea9d1fbfe2e6767cb661c2fac30..5920595017fd2c5bacaf2a32ebee93872c52f488 100755 (executable)
@@ -117,8 +117,8 @@ $WGET http://zadig.akeo.ie/downloads/zadig_xp.exe -O $PREFIX/zadig_xp.exe
 # libusb
 $GIT_CLONE git://github.com/dickens/libusb -b event-abstraction-v4
 cd libusb
-./autogen.sh
-./configure $C $L --disable-udev
+./bootstrap.sh
+./configure $C $L
 make -j1 $V
 make install $V
 cd ..