Skip to content
Snippets Groups Projects
Commit 022aa736 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

update of autoconf

parent 2cad4139
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment