source: issm/trunk/externalpackages/automake/install.sh@ 11237

Last change on this file since 11237 was 11237, checked in by Eric.Larour, 13 years ago

merged trunk-jpl and trunk for revision 11236

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