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