#!/bin/sh
# quiet warnings
touch NEWS AUTHORS ChangeLog
aclocal
libtoolize --copy --force
automake --add-missing --copy --force-missing
autoconf



