diff --git a/build/fixautomake.sh b/build/fixautomake.sh new file mode 100644 index 0000000000..2d629563be --- /dev/null +++ b/build/fixautomake.sh @@ -0,0 +1,12 @@ +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 +./configure --prefix=/usr +make +make install +cd /tmp +rm -fr fix_automake +