Index: ../trunk-jpl/externalpackages/gsl/install-android.sh =================================================================== --- ../trunk-jpl/externalpackages/gsl/install-android.sh (revision 13871) +++ ../trunk-jpl/externalpackages/gsl/install-android.sh (revision 13872) @@ -24,7 +24,7 @@ if [[ $step == "2" || $step == "0" ]]; then cd src - autoreconf -iv --force -I $LIBTOOL_DIR/share/aclocal/ + autoreconf -iv --force -I $ISSM_DIR/externalpackages/autotools/install/share/aclocal ./configure \ --build="i386-apple-darwin10.8.0" \ @@ -35,6 +35,7 @@ #Compile gsl if [[ $step == "3" || $step == "0" ]]; then + cd src if [ $# -eq 0 ]; then make $j else @@ -43,3 +44,4 @@ make install fi + Index: ../trunk-jpl/externalpackages/gsl =================================================================== --- ../trunk-jpl/externalpackages/gsl (revision 13871) +++ ../trunk-jpl/externalpackages/gsl (revision 13872) Property changes on: ../trunk-jpl/externalpackages/gsl ___________________________________________________________________ Modified: svn:ignore ## -1,3 +1,4 ## +install-macosx* *.gz install src