aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: 8a1ac398b81cbafafbdfdbf60890647db1445d77 (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 $ACLOCAL_FLAGS
autoheader
automake --add-missing $AUTOMAKE_FLAGS
autoconf