mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
update of autoconf
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user