update of autoconf

This commit is contained in:
Kenneth Reitz
2014-07-07 13:39:36 -04:00
parent 2cad413958
commit 022aa736ec
+5 -3
View File
@@ -6,13 +6,15 @@ OUT_PREFIX=$1
echo "Building autoconf..."
git clone git://git.sv.gnu.org/autoconf
cd autoconf
SOURCE_TARBALL='http://ftp.gnu.org/gnu/autoconf/autoconf-2.68.tar.gz'
curl -L $SOURCE_TARBALL | tar xz
cd autoconf-2.68
./configure --prefix=$OUT_PREFIX
make
make install
cd ..
rm -fr autoconf
rm -fr autoconf-2.68
# Use new Python path, containing autoconf.
export PATH="/app/.heroku/python/bin/:$PATH"