Changeset 13872


Ignore:
Timestamp:
11/04/12 15:40:24 (12 years ago)
Author:
Eric.Larour
Message:

CHG: fixing some bugs.

Location:
issm/trunk-jpl/externalpackages/gsl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/gsl

    • Property svn:ignore
      •  

        old new  
         1install-macosx*
        12*.gz
        23install
  • issm/trunk-jpl/externalpackages/gsl/install-android.sh

    r13249 r13872  
    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 \
     
    3636#Compile gsl
    3737if [[ $step == "3" || $step == "0" ]]; then
     38        cd src
    3839    if [ $# -eq 0 ]; then
    3940            make $j
     
    4445    make install
    4546fi
     47
Note: See TracChangeset for help on using the changeset viewer.