#!/bin/sh

set -x

aclocal
libtoolize --force --copy
autoheader
touch README AUTHORS NEWS ChangeLog
touch TODO BUGS
automake --add-missing --copy
autoconf
