Index: /issm/trunk/automakererun.sh
===================================================================
--- /issm/trunk/automakererun.sh	(revision 664)
+++ /issm/trunk/automakererun.sh	(revision 664)
@@ -0,0 +1,10 @@
+#!/bin/sh
+#  this shell script will automatically reconfigure the entire ISSM 
+#  archive.
+
+rm -rf config.cach
+aclocal -I m4
+autoconf
+autoheader 
+automake -a 
+exit
