about summary refs log tree commit diff
path: root/bootstrap.sh
blob: f007c713bf54968ba35c46d89d6a271979d72307 (plain) (blame)
1
2
3
4
5
6
7
#! /bin/sh -e
mkdir -p config
libtoolize --copy
aclocal
autoheader
automake --add-missing --copy
autoconf