summaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: e15df5ac34283a6a8f2f2b1d59c689027a753faf (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# run this script to create all the autotools fluff

set -e
mkdir -p build 2>&1
aclocal
automake --force --foreign --add-missing -c
autoconf --force