#!/bin/sh -e aclocal && \ (autoheader || autoheader-2.50) && \ (automake -ac || automake -a) && \ (autoconf || autoconf-2.50) && \ echo "Maintainer scripts ran fine." || \ echo "Maintainer scripts failed."