xref
: /
external
/
libusb
/
bootstrap.sh
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
3
if
!
test
-d
m4
;
then
4
mkdir
m4
5
fi
6
autoreconf
-
ivf
||
exit
1
7