summaryrefslogtreecommitdiff
path: root/bootstrap.sh
blob: 03ebe406d42e6a66aecb6d27b1fac2d5ed3af12b (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -x

AUX_DIR=build-aux

test -d $AUX_DIR || mkdir -p $AUX_DIR
libtoolize
aclocal
autoconf
automake --add-missing