Changeset 13145


Ignore:
Timestamp:
08/23/12 08:32:54 (13 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added libtool to environment.csh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/etc/environment.csh ΒΆ

    r13044 r13145  
    6666endif
    6767
     68#LIBTOOL
     69set LIBTOOL_DIR="$ISSM_DIR/externalpackages/libtool/install"
     70if (-d $LIBTOOL_DIR) then
     71        setenv PATH {$LIBTOOL_DIR}/bin:{$PATH}
     72endif
     73
    6874#SSH
    6975set SSH_DIR="$ISSM_DIR/externalpackages/ssh"
Note: See TracChangeset for help on using the changeset viewer.