diff options
author | Jeffrey Yasskin <jyasskin@google.com> | 2010-02-03 02:11:49 +0000 |
---|---|---|
committer | Jeffrey Yasskin <jyasskin@google.com> | 2010-02-03 02:11:49 +0000 |
commit | 1611ebbbff4c2ca5872179b94d982903c6f7bf27 (patch) | |
tree | da335fe952c0812cecf484d2dd93164cdc56e21c /autoconf | |
parent | d26a80f666fb925956a4f19143265f5150756df0 (diff) | |
download | external_llvm-1611ebbbff4c2ca5872179b94d982903c6f7bf27.zip external_llvm-1611ebbbff4c2ca5872179b94d982903c6f7bf27.tar.gz external_llvm-1611ebbbff4c2ca5872179b94d982903c6f7bf27.tar.bz2 |
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.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index b0cf154..a534866 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. |