repo.or.cz
/
libundertow.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* fixed all headers to use extern "C" so C/C++ linking will work properly
[libundertow.git]
/
bootstrap.sh
blob
075596b4a13fbbfb98fd1a0675c9eca4abaa61c3
1
#!/bin/sh
2
3
echo
"Bootstrapping libundertow build environment..."
4
set -x
5
aclocal
6
autoconf
7
libtoolize
--copy
8
automake
--add-missing --copy --gnu