Index: /issm/trunk-jpl/externalpackages/gsl/install-android.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/gsl/install-android.sh	(revision 13871)
+++ /issm/trunk-jpl/externalpackages/gsl/install-android.sh	(revision 13872)
@@ -25,5 +25,5 @@
     cd src
     
-    autoreconf -iv --force -I $LIBTOOL_DIR/share/aclocal/ 
+    autoreconf -iv --force -I $ISSM_DIR/externalpackages/autotools/install/share/aclocal
 
     ./configure \
@@ -36,4 +36,5 @@
 #Compile gsl
 if [[ $step == "3" || $step == "0" ]]; then
+	cd src
     if [ $# -eq 0 ]; then
 	    make $j 
@@ -44,2 +45,3 @@
     make install
 fi
+
