#!/bin/sh
# script recreate all configure stuff from their sources
#  
echo "- aclocal"
aclocal
echo "- autoconf"
autoconf
echo "- autoheader"
autoheader 2> /dev/null
#echo "- automake"
#automake
