Updated autotool chain install script.
M4: 1.4.16 bison: 2.4.3 libtool:2.4.2 autoconf: 2.69 automake: 1.13.4
This commit is contained in:
parent
733e714d85
commit
bbc7676ca1
1 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
||||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
set -x
|
#set -x
|
||||||
|
|
||||||
source "functions.sh"
|
source "functions.sh"
|
||||||
|
|
||||||
|
@ -23,11 +23,11 @@ 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.16
|
||||||
BISON_VERSION=2.4.3
|
BISON_VERSION=2.4.3
|
||||||
LIBTOOL_VERSION=2.4
|
LIBTOOL_VERSION=2.4.2
|
||||||
AUTOCONF_VERSION=2.68
|
AUTOCONF_VERSION=2.69
|
||||||
AUTOMAKE_VERSION=1.11.1
|
AUTOMAKE_VERSION=1.13.4
|
||||||
|
|
||||||
|
|
||||||
function sit_auto_install() {
|
function sit_auto_install() {
|
||||||
|
@ -67,14 +67,14 @@ sit_auto_install
|
||||||
|
|
||||||
# install autoconf
|
# install autoconf
|
||||||
P=autoconf-${AUTOCONF_VERSION}
|
P=autoconf-${AUTOCONF_VERSION}
|
||||||
A=${P}.tar.bz2
|
A=${P}.tar.gz
|
||||||
sit_auto_install
|
sit_auto_install
|
||||||
|
|
||||||
export PATH=$PREFIX/bin:$PATH
|
export PATH=$PREFIX/bin:$PATH
|
||||||
export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
|
||||||
# install automake
|
# install automake
|
||||||
P=automake-${AUTOMAKE_VERSION}
|
P=automake-${AUTOMAKE_VERSION}
|
||||||
A=${P}.tar.bz2
|
A=${P}.tar.gz
|
||||||
sit_auto_install
|
sit_auto_install
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue