source: issm/oecreview/Archive/13393-13976/ISSM-13871-13872.diff

Last change on this file was 13980, checked in by Mathieu Morlighem, 12 years ago

preparing oecreview for 13393-13976'

File size: 1.1 KB
  • ../trunk-jpl/externalpackages/gsl/install-android.sh

     
    2424if [[ $step == "2" || $step == "0" ]]; then
    2525    cd src
    2626   
    27     autoreconf -iv --force -I $LIBTOOL_DIR/share/aclocal/
     27    autoreconf -iv --force -I $ISSM_DIR/externalpackages/autotools/install/share/aclocal
    2828
    2929    ./configure \
    3030        --build="i386-apple-darwin10.8.0" \
     
    3535
    3636#Compile gsl
    3737if [[ $step == "3" || $step == "0" ]]; then
     38        cd src
    3839    if [ $# -eq 0 ]; then
    3940            make $j
    4041    else
     
    4344
    4445    make install
    4546fi
     47
  • ../trunk-jpl/externalpackages/gsl

Note: See TracBrowser for help on using the repository browser.