summaryrefslogtreecommitdiff
path: root/bootstrap
blob: f2c215f371764a430ee3b553f1bb187647939019 (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh

set -x
aclocal -I m4
autoheader
libtoolize -c --automake 
automake --add-missing --copy --include-deps
autoconf
## @end 1