summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2010-02-03 02:11:49 +0000
committerJeffrey Yasskin <jyasskin@google.com>2010-02-03 02:11:49 +0000
commit1611ebbbff4c2ca5872179b94d982903c6f7bf27 (patch)
treeda335fe952c0812cecf484d2dd93164cdc56e21c /autoconf
parentd26a80f666fb925956a4f19143265f5150756df0 (diff)
downloadllvm-1611ebbbff4c2ca5872179b94d982903c6f7bf27.tar.gz
llvm-1611ebbbff4c2ca5872179b94d982903c6f7bf27.tar.bz2
llvm-1611ebbbff4c2ca5872179b94d982903c6f7bf27.tar.xz
Reconfigure with autoconf-2.60, and fix autoconf.ac to work with that version.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95191 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index b0cf1546bc..a534866b20 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -49,7 +49,6 @@ AC_CONFIG_SRCDIR([lib/VMCore/Module.cpp])
dnl Place all of the extra autoconf files into the config subdirectory. Tell
dnl various tools where the m4 autoconf macros are.
AC_CONFIG_AUX_DIR([autoconf])
-AC_CONFIG_MACRO_DIR([m4])
dnl Quit if the source directory has already been configured.
dnl NOTE: This relies upon undocumented autoconf behavior.