#!/bin/sh
#
#	Invoke automake in a sane way
#

aclocal
automake --foreign
autoconf
autoheader
date > src/stamp-h.in
