summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
blob: e934ec8ef59715114430f27feeb75a1ea6c6b5b0 (plain)
1
2
3
4
5
6
7
#!/bin/sh
set -x
libtoolize --force || exit 1
aclocal || exit 1
autoheader || exit 1
automake --add-missing -c || exit 1
autoconf || exit 1