projects
/
platform
/
upstream
/
ofono.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
doc: Describe the handling of MMI codes with oFono
[platform/upstream/ofono.git]
/
bootstrap
1
#!/bin/sh
2
3
aclocal && \
4
autoheader && \
5
libtoolize --automake --copy --force && \
6
autoconf && \
7
automake --add-missing --copy
8