Updated installation toolchain to new version of bison, libtool and autoconf.
bison 2.4.2 -> 2.4.3 libtool 2.2.10 -> 2.4 autoconf 2.65 -> 2.68
This commit is contained in:
parent
1848b6d659
commit
ebb1c7c78b
1 changed files with 6 additions and 6 deletions
|
@ -16,17 +16,17 @@ export SRC_POOL=${HOME}/src
|
||||||
export WORKDIR_BASE=${HOME}/work
|
export WORKDIR_BASE=${HOME}/work
|
||||||
|
|
||||||
#PREFIX=$HOME/bin/local
|
#PREFIX=$HOME/bin/local
|
||||||
PREFIX=/opt/amtopt/autotools/local
|
PREFIX=${PREFIX:=/opt/amtopt/autotools/local}
|
||||||
MAKEOPTS="-j4"
|
MAKEOPTS="-j4"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
module load compiler/gnu/4.4.3
|
#module load compiler/gnu/4.4.3
|
||||||
|
|
||||||
M4_VERSION=1.4.15
|
M4_VERSION=1.4.15
|
||||||
BISON_VERSION=2.4.2
|
BISON_VERSION=2.4.3
|
||||||
LIBTOOL_VERSION=2.2.10
|
LIBTOOL_VERSION=2.4
|
||||||
AUTOCONF_VERSION=2.65
|
AUTOCONF_VERSION=2.68
|
||||||
AUTOMAKE_VERSION=1.11.1
|
AUTOMAKE_VERSION=1.11.1
|
||||||
|
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@ sit_auto_install
|
||||||
|
|
||||||
# install autoconf
|
# install autoconf
|
||||||
P=autoconf-${AUTOCONF_VERSION}
|
P=autoconf-${AUTOCONF_VERSION}
|
||||||
A=${P}.tar.gz
|
A=${P}.tar.bz2
|
||||||
sit_auto_install
|
sit_auto_install
|
||||||
|
|
||||||
export PATH=$PREFIX/bin:$PATH
|
export PATH=$PREFIX/bin:$PATH
|
||||||
|
|
Loading…
Reference in a new issue