#!/bin/sh

cd config
echo aclocal...
aclocal
echo autoconf...
autoconf
echo autoheader...
autoheader
cd ..
chmod u+x configure
chmod u+x config/install.sh.in

