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

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

preparing oecreview for 13393-13976'

File size: 1.1 KB
RevLine 
[13980]1Index: ../trunk-jpl/externalpackages/gsl/install-android.sh
2===================================================================
3--- ../trunk-jpl/externalpackages/gsl/install-android.sh (revision 13871)
4+++ ../trunk-jpl/externalpackages/gsl/install-android.sh (revision 13872)
5@@ -24,7 +24,7 @@
6 if [[ $step == "2" || $step == "0" ]]; then
7 cd src
8
9- autoreconf -iv --force -I $LIBTOOL_DIR/share/aclocal/
10+ autoreconf -iv --force -I $ISSM_DIR/externalpackages/autotools/install/share/aclocal
11
12 ./configure \
13 --build="i386-apple-darwin10.8.0" \
14@@ -35,6 +35,7 @@
15
16 #Compile gsl
17 if [[ $step == "3" || $step == "0" ]]; then
18+ cd src
19 if [ $# -eq 0 ]; then
20 make $j
21 else
22@@ -43,3 +44,4 @@
23
24 make install
25 fi
26+
27Index: ../trunk-jpl/externalpackages/gsl
28===================================================================
29--- ../trunk-jpl/externalpackages/gsl (revision 13871)
30+++ ../trunk-jpl/externalpackages/gsl (revision 13872)
31
32Property changes on: ../trunk-jpl/externalpackages/gsl
33___________________________________________________________________
34Modified: svn:ignore
35## -1,3 +1,4 ##
36+install-macosx*
37 *.gz
38 install
39 src
Note: See TracBrowser for help on using the repository browser.