OpenGrok
Cross Reference: bootstrap.sh
xref
: /
external
/
libusb
/
bootstrap.sh
Home
|
History
|
Annotate
|
Download
|
only in
libusb
1
#!/
bin
/
sh
2
3
if
!
test
-d
m4
;
then
4
mkdir
m4
5
fi
6
autoreconf
-
ivf
||
exit
1
7