summaryrefslogtreecommitdiffstats
path: root/scripts/bootstrap
blob: 27c2cf23fab899ce9eab87852dba7341ff14abf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh -x
#
# bootstrap by Miroslav Zagorac <mzagorac@haproxy.com>
#
mkdir -p config
libtoolize
aclocal -I m4
autoheader
automake --add-missing --copy
autoconf

rm -rf autom4te.cache