abinfo "Running configure ..."
export SAVED_SRCDIR="$SRCDIR"
export SRCDIR="$SRCDIR"/source
pushd "$SRCDIR"

export AUTOTOOLS_AFTER=""
export MAKE_AFTER=""
build_autotools_configure

abinfo "Building binaries ..."
build_autotools_build

abinfo "Installing binaries ..."
build_autotools_install

export SRCDIR="$SAVED_SRCDIR"
cd "$SRCDIR"
