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