repo.or.cz
/
sipe-libnice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
interfaces: With IPV6, we can have more than one loopback address
[sipe-libnice.git]
/
autogen.sh
blob
d58c834c6a8ee2ff23289759bf03ce5f35029eb7
1
#!/bin/sh
2
set -e
3
4
test -d
m4
|| mkdir
m4
5
gtkdocize ||
exit
1
6
7
autoreconf
-fi
8
9
run_configure
=
true
10
for
arg
in
$
*;
do
11
case
$arg
in
12
--no-configure
)
13
run_configure
=
false
14
;;
15
*)
16
;;
17
esac
18
done
19
20
if
test
$run_configure
=
true
;
then
21
.
/
configure
"$@"
22
fi