projects
/
profile
/
ivi
/
lemolo.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
voicemail support.
[profile/ivi/lemolo.git]
/
autogen.sh
1
#!/bin/sh
2
3
autoreconf -f -i
4
5
if [ -z "$NOCONFIGURE" ]; then
6
./configure "$@"
7
fi