Changeset 24409


Ignore:
Timestamp:
11/30/19 20:20:38 (5 years ago)
Author:
jdquinn
Message:

CHG: Updating m4 version for Debian

File:
1 edited

Legend:

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

    r23435 r24409  
    33
    44#Version numbers
    5 M4_VER="1.4.17"
     5M4_VER="1.4.18"
    66AUTOCONF_VER="2.69"
    77AUTOMAKE_VER="1.16.1"
     
    3232tar -zxvf autoconf-$AUTOCONF_VER.tar.gz
    3333mv autoconf-$AUTOCONF_VER src
    34 cd src 
    35 ./configure --prefix="$ISSM_DIR/externalpackages/autotools/install" 
     34cd src
     35./configure --prefix="$ISSM_DIR/externalpackages/autotools/install"
    3636make
    3737make install
     
    4444tar -zxvf  automake-$AUTOMAKE_VER.tar.gz
    4545mv automake-$AUTOMAKE_VER src
    46 cd src 
    47 ./configure --prefix="$ISSM_DIR/externalpackages/autotools/install" 
     46cd src
     47./configure --prefix="$ISSM_DIR/externalpackages/autotools/install"
    4848make
    4949make install
     
    5757rm libtool-$LIBTOOL_VER.tar.gz
    5858mv libtool-$LIBTOOL_VER src
    59 cd src 
     59cd src
    6060./configure --prefix="$ISSM_DIR/externalpackages/autotools/install"
    6161make
Note: See TracChangeset for help on using the changeset viewer.