Last change
on this file since 12168 was 12168, checked in by cborstad, 13 years ago |
merged trunk-jpl into branch through revision 12167
|
-
Property svn:executable
set to
*
|
File size:
286 bytes
|
Rev | Line | |
---|
[18] | 1 | #!/bin/bash
|
---|
| 2 |
|
---|
| 3 | #Some cleanup
|
---|
[11577] | 4 | rm -rf install automake-1.11.3 src
|
---|
[18] | 5 |
|
---|
| 6 | #Create install directories
|
---|
| 7 | mkdir install
|
---|
| 8 |
|
---|
| 9 | #Untar
|
---|
[11577] | 10 | tar -zxvf automake-1.11.3.tar.gz
|
---|
| 11 | mv automake-1.11.3 src
|
---|
[18] | 12 |
|
---|
| 13 | #Compile automake
|
---|
| 14 | cd src
|
---|
[12168] | 15 | ./configure --prefix="$ISSM_DIR/externalpackages/automake/install"
|
---|
[18] | 16 | make
|
---|
| 17 | make install
|
---|
Note:
See
TracBrowser
for help on using the repository browser.