I don't think we need aclocal anymore (comes from the automake package)
#!/bin/sh#echo "Generating build information using autoconf"echo "This may take a while ..."# Regenerate configuration filescp acinclude.m4 aclocal.m4autoconf# FIXME#(cd test; aclocal; autoconf)# Run configure for this platformecho "Now you are ready to run ./configure"