#! /bin/sh
#
# Simple script to run each config.status script in all
#   subdirectories.
# This saves time in re-running the configure script.
#
# Although caching speeds things up, this script is still a
# time,
#

find . -name config.status -exec ./reconf-r-subdir {} \; -o -name quickthreads -prune

