1#!/bin/sh
2rm -f config.cache
3aclocal
4autoheader
5autoconf
6automake -a --add-missing
7exit
8