Commit 022aa736 authored by Kenneth Reitz's avatar Kenneth Reitz

update of autoconf

parent 2cad4139
...@@ -6,13 +6,15 @@ OUT_PREFIX=$1 ...@@ -6,13 +6,15 @@ OUT_PREFIX=$1
echo "Building autoconf..." echo "Building autoconf..."
git clone git://git.sv.gnu.org/autoconf SOURCE_TARBALL='http://ftp.gnu.org/gnu/autoconf/autoconf-2.68.tar.gz'
cd autoconf curl -L $SOURCE_TARBALL | tar xz
cd autoconf-2.68
./configure --prefix=$OUT_PREFIX ./configure --prefix=$OUT_PREFIX
make make
make install make install
cd .. cd ..
rm -fr autoconf rm -fr autoconf-2.68
# Use new Python path, containing autoconf. # Use new Python path, containing autoconf.
export PATH="/app/.heroku/python/bin/:$PATH" export PATH="/app/.heroku/python/bin/:$PATH"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment