diff --git a/build/fixautomake.sh b/build/fixautomake.sh index 2d629563be..dda860314e 100755 --- a/build/fixautomake.sh +++ b/build/fixautomake.sh @@ -1,9 +1,9 @@ cd /tmp mkdir fix_automake cd fix_automake -wget http://mirrors.kernel.org/gnu/automake/automake-1.9.tar.gz -tar -zxvf automake-1.9.tar.gz -cd automake-1.9 +wget http://mirrors.kernel.org/gnu/automake/automake-1.10.tar.gz +tar -zxvf automake-1.10.tar.gz +cd automake-1.10 ./configure --prefix=/usr make make install diff --git a/build/fixlibtool.sh b/build/fixlibtool.sh index a90659cf9b..706f6d18ee 100755 --- a/build/fixlibtool.sh +++ b/build/fixlibtool.sh @@ -1,9 +1,9 @@ cd /tmp mkdir fix_libtool cd fix_libtool -wget http://mirrors.kernel.org/gnu/libtool/libtool-1.5.22.tar.gz -tar -zxvf libtool-1.5.22.tar.gz -cd libtool-1.5.22 +wget http://mirrors.kernel.org/gnu/libtool/libtool-1.5.24.tar.gz +tar -zxvf libtool-1.5.24.tar.gz +cd libtool-1.5.24 if test "`uname -s`" = "Darwin"; then ./configure --prefix=/usr --program-prefix=g else