Log In
source-git
/
libusbx
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
cc605613b18a4f850258bdb1cb570396144f544e
cc605613b18a4f850258bdb1cb570396144f544e
bootstrap.sh
Fork and Edit
Blob
Blame
History
Raw
#!/bin/sh
if
!
test
-d m4 ;
then
mkdir m4
fi
autoreconf -ivf ||
exit
1