summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-02 09:22:59 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-02 09:22:59 +0000
commit5ebee9ea01fb2ac4dab4bbe577363c23e192f362 (patch)
tree96232dddfa1ae1da88b58a2b7bd6fb49807a71c4 /autoconf
parentc2c50cdcdc19a1bca993c06d13d8cdca87083ce4 (diff)
downloadllvm-5ebee9ea01fb2ac4dab4bbe577363c23e192f362.tar.gz
llvm-5ebee9ea01fb2ac4dab4bbe577363c23e192f362.tar.bz2
llvm-5ebee9ea01fb2ac4dab4bbe577363c23e192f362.tar.xz
Update the configure scripts as well as the makefiles for the move from
VMCore to IR. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171360 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index d5460ffbcc..c5ac14999f 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -45,7 +45,7 @@ AC_PREREQ(2.60)
dnl Verify that the source directory is valid. This makes sure that we are
dnl configuring LLVM and not some other package (it validates --srcdir argument)
-AC_CONFIG_SRCDIR([lib/VMCore/Module.cpp])
+AC_CONFIG_SRCDIR([lib/IR/Module.cpp])
dnl Place all of the extra autoconf files into the config subdirectory. Tell
dnl various tools where the m4 autoconf macros are.