From 7cfbce82fd703f08de8ce0b678bd07efdb6ce1b6 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Sat, 17 Dec 2016 21:15:28 -0500
Subject: [PATCH] remove bunk autoconf

---
 builds/libraries/autoconf | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100755 builds/libraries/autoconf

diff --git a/builds/libraries/autoconf b/builds/libraries/autoconf
deleted file mode 100755
index f18794ac..00000000
--- a/builds/libraries/autoconf
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/env bash
-# Build Path: /app/.heroku/python/
-
-OUT_PREFIX=$1
-
-echo "Building autoconf..."
-
-
-SOURCE_TARBALL='https://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
\ No newline at end of file
-- 
GitLab