* fixed all headers to use extern "C" so C/C++ linking will work properly
[libundertow.git] / bootstrap.sh
blob075596b4a13fbbfb98fd1a0675c9eca4abaa61c3
1 #!/bin/sh
3 echo "Bootstrapping libundertow build environment..."
4 set -x
5 aclocal
6 autoconf
7 libtoolize --copy
8 automake --add-missing --copy --gnu