aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: 7c3d22004cce1f4effc1ea22e12cccbd0c1dc63b (plain)
1
2
3
4
5
6
7
#! /bin/sh
set -x
aclocal -I config -I m4
libtoolize --copy
autoheader
automake --add-missing --copy --warnings=all
autoconf