- Proper mono version
[tberman-thrift.git] / bootstrap.sh
blob5723c1c4444984869650b40b9f0763e83112805d
1 #!/bin/sh
3 ./cleanup.sh
5 autoscan || exit 1
6 autoheader || exit 1
7 aclocal -I ./aclocal || exit 1
9 if libtoolize --version 1 >/dev/null 2>/dev/null; then
10 libtoolize --automake || exit 1
11 elif glibtoolize --version 1 >/dev/null 2>/dev/null; then
12 glibtoolize --automake || exit 1
15 autoconf
16 automake -ac --add-missing --foreign || exit 1