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

set -e

BASEDIR="$(dirname "$0")"

cd "$BASEDIR" || die "Could not change into base directory $BASEDIR"

autoreconf -fi
rm -rf autom4te.cache