Last change
on this file since 11456 was 11456, checked in by Mathieu Morlighem, 13 years ago |
updateing automake and autoconf to avoid error messages on some machine and potentially use the new enable-silent-rulesoption (Cmake like compilation)
|
-
Property svn:executable
set to
*
|
File size:
287 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 |
|
---|
3 | #Some cleanup
|
---|
4 | rm -rf install automake-1.11.3 src
|
---|
5 |
|
---|
6 | #Create install directories
|
---|
7 | mkdir install
|
---|
8 |
|
---|
9 | #Untar
|
---|
10 | tar -zxvf automake-1.11.3.tar.gz
|
---|
11 | mv automake-1.11.3 src
|
---|
12 |
|
---|
13 | #Compile automake
|
---|
14 | cd src
|
---|
15 | ./configure --prefix="$ISSM_TIER/externalpackages/automake/install"
|
---|
16 | make
|
---|
17 | make install
|
---|
Note:
See
TracBrowser
for help on using the repository browser.