Changeset 11456


Ignore:
Timestamp:
02/16/12 15:01:53 (13 years ago)
Author:
Mathieu Morlighem
Message:

updateing automake and autoconf to avoid error messages on some machine and potentially use the new enable-silent-rulesoption (Cmake like compilation)

Location:
issm/trunk-jpl/externalpackages
Files:
2 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/autoconf/install.sh

    r11101 r11456  
    22
    33#Some cleanup
    4 rm -rf install autoconf-2.63 src
     4rm -rf install autoconf-2.68 src
    55
    66#Create install directories
     
    88
    99#Untar
    10 tar -zxvf  autoconf-2.63.tar.gz
     10tar -zxvf  autoconf-2.68.tar.gz
    1111
    1212#Move autoconf into src directory
    13 mv autoconf-2.63 src
     13mv autoconf-2.68 src
    1414
    1515#Compile autoconf
  • issm/trunk-jpl/externalpackages/automake/install.sh

    r11101 r11456  
    22
    33#Some cleanup
    4 rm -rf install automake-1.10.2 src
     4rm -rf install automake-1.11.3 src
    55
    66#Create install directories
     
    88
    99#Untar
    10 tar -zxvf  automake-1.10.2.tar.gz
    11 mv automake-1.10.2 src
     10tar -zxvf  automake-1.11.3.tar.gz
     11mv automake-1.11.3 src
    1212
    1313#Compile automake
Note: See TracChangeset for help on using the changeset viewer.