#!/bin/sh aclocal || exit 1 autoconf || exit 1 automake -a -c || exit 1 ./configure --enable-maintainer-mode $*