aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: ebd2b814e9d0a221b76ebef7bf56ead83cad3c99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

rm -rf config.cache build
mkdir build

aclocal -I m4
autoheader
automake --add-missing --foreign
autoconf