1#!/bin/bash 2 3set -e 4 5BASEDIR="$(dirname "$0")" 6 7cd "$BASEDIR" || die "Could not change into base directory $BASEDIR" 8 9autoreconf -fi 10rm -rf autom4te.cache 11