#! /bin/sh
## This version of bootstrap should be used when customizing external
## for use with one or more external packages. 
set -x
# Only run aclocal if we need to create aclocal.m4
aclocal -I config 
# autoheader is smart and doesn't change anything unless it's necessary
#autoheader 
automake --foreign --add-missing --copy
autoconf

