#!/bin/sh
rm -f config.cache
aclocal-1.7 || aclocal-1.6 || aclocal-1.5 || aclocal
autoconf-2.53 || autoconf
autoheader-2.53 || autoheader
automake-1.7 -a || automake-1.6 -a || automake-1.5 -a || automake -a
exit
