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