summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-08-28 01:17:46 +0000
committerEric Christopher <echristo@apple.com>2012-08-28 01:17:46 +0000
commit164a308b563c8bdc280c0762d79a8e797c3497e7 (patch)
tree450d2948049d851931509685da51f671cfeecf86 /autoconf
parent2f1c6f52bdf7d1da62f8d210e2497ce217398083 (diff)
downloadllvm-164a308b563c8bdc280c0762d79a8e797c3497e7.tar.gz
llvm-164a308b563c8bdc280c0762d79a8e797c3497e7.tar.bz2
llvm-164a308b563c8bdc280c0762d79a8e797c3497e7.tar.xz
Temporarily revert this to bring back the bots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162722 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 5975707874..7fa883e9cc 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -40,9 +40,6 @@ dnl in the output of --version option of the generated configure script.
AC_SUBST(LLVM_COPYRIGHT,["Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign."])
AC_COPYRIGHT([Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign.])
-dnl Add --program-prefix value to Makefile.rules. Already an ARG variable.
-AC_SUBST([program_prefix])
-
dnl Indicate that we require autoconf 2.60 or later.
AC_PREREQ(2.60)