#!/bin/sh
rm -f configure
find . -name 'Makefile.in' | xargs rm -f
autoreconf --install --verbose
touch rice/config.hpp.in
ruby post-autoconf.rb
ruby post-automake.rb

