source: issm/trunk-jpl/externalpackages/libtool/install.sh@ 12156

Last change on this file since 12156 was 12156, checked in by Mathieu Morlighem, 13 years ago

Changing ISSM_TIER to ISSM_DIR

  • Property svn:executable set to *
File size: 286 bytes
Line 
1#!/bin/bash
2
3#Some cleanup
4rm -rf install libtool-2.2.6b src
5mkdir install
6
7#Untar
8tar -zxvf libtool-2.2.6b.tar.gz
9
10#Move libtool into src directory
11mv libtool-2.2.6b src
12
13#Compile libtool
14cd src
15./configure --prefix="$ISSM_DIR/externalpackages/libtool/install"
16make
17make install
Note: See TracBrowser for help on using the repository browser.