OpenGrok
Cross Reference: bootstrap
xref
: /
external
/
bluetooth
/
hcidump
/
bootstrap
Home
|
History
|
Annotate
|
Download
|
only in
hcidump
1
#!/
bin
/
sh
2
3
aclocal
&& \
4
autoheader
&& \
5
automake
--
add
-
missing
--
copy
&& \
6
autoconf
7