Index: /issm/trunk-jpl/scripts/automakererun.sh
===================================================================
--- /issm/trunk-jpl/scripts/automakererun.sh	(revision 12696)
+++ /issm/trunk-jpl/scripts/automakererun.sh	(revision 12697)
@@ -10,41 +10,2 @@
 cd $ISSM_DIR
 autoreconf -iv -I m4
-
-exit 0
-
-ACLOCAL="$ISSM_DIR/externalpackages/automake/install/bin/aclocal"
-AUTOCONF="$ISSM_DIR/externalpackages/autoconf/install/bin/autoconf"
-AUTOHEAD="$ISSM_DIR/externalpackages/autoconf/install/bin/autoheader"
-AUTOMAKE="$ISSM_DIR/externalpackages/automake/install/bin/automake"
-
-echo "removing config.cach"
-rm -rf config.cach
-rm -rf aclocal.m4
-
-if [ ! -f "$ACLOCAL" ]
-then echo "issm aclocal not found, calling default aclocal" 
-	aclocal -I m4
-else echo "Calling aclocal" 
-	$ACLOCAL -I m4
-fi
-
-if [ ! -f "$AUTOCONF" ]
-then echo "issm autoconf not found, calling default aclocal" 
-	autoconf
-else echo "Calling autoconf" 
-	$AUTOCONF
-fi
-
-if [ ! -f "$AUTOHEAD" ]
-then echo "issm autoheader not found, calling default aclocal" 
-	autoheader
-else echo "Calling autoheader" 
-	$AUTOHEAD
-fi
-
-if [ ! -f "$AUTOMAKE" ]
-then echo "issm automake  not found, calling default aclocal" 
-	automake
-else echo "Calling automake " 
-	$AUTOMAKE -a
-fi
