Changeset 15821
- Timestamp:
- 08/13/13 15:21:00 (12 years ago)
- Location:
- issm/trunk-jpl/externalpackages/adolc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/adolc/install.sh
r15762 r15821 12 12 13 13 autoreconf -f -i 14 ./configure --prefix=$ISSM_DIR/externalpackages/adolc/install 14 ./configure --prefix=$ISSM_DIR/externalpackages/adolc/install \ 15 --libdir=$ISSM_DIR/externalpackages/adolc/install/lib 15 16 16 17 if [ $# -eq 0 ]; then -
issm/trunk-jpl/externalpackages/adolc/update-existing.sh
r15762 r15821 19 19 20 20 autoreconf -f -i 21 ./configure --prefix=$ISSM_DIR/externalpackages/adolc/install 21 ./configure --prefix=$ISSM_DIR/externalpackages/adolc/install \ 22 --libdir=$ISSM_DIR/externalpackages/adolc/install/lib 22 23 23 24 if [ $# -eq 0 ]; then
Note:
See TracChangeset
for help on using the changeset viewer.