Index: /issm/trunk-jpl/scripts/automakererun.sh
===================================================================
--- /issm/trunk-jpl/scripts/automakererun.sh	(revision 24011)
+++ /issm/trunk-jpl/scripts/automakererun.sh	(revision 24012)
@@ -1,11 +1,13 @@
 #!/bin/sh
-#  this shell script will automatically reconfigure the entire ISSM 
-#  archive.
-
-# As it turns out, the autoreconf script provided by Autotools
-# encompasses the functionality of this script. As such, the 
-# following two lines will replace the remainder of the script.
-# If all goes well, then the script will be shortened in the future.
+#
+# automakererun.sh
+# Remakes GNU Build System files.
+#
+# Currently, a wrapper for Autotools' autoreconf script.
+#
+# Run,
+#	autoreconf --help
+# for more information.
 
 cd $ISSM_DIR
-autoreconf -iv
+autoreconf -ivf
