Update the configure scripts as well as the makefiles for the move from
authorChandler Carruth <chandlerc@gmail.com>
Wed, 2 Jan 2013 09:22:59 +0000 (09:22 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 2 Jan 2013 09:22:59 +0000 (09:22 +0000)
VMCore to IR.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171360 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/configure.ac
configure

index d5460ffbccae39a9edf874a15c24b709163e1c2d..c5ac14999fc8eedbd98f80b167877da6ed0ebdc2 100644 (file)
@@ -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.
index 634cda9eabf1c82dfb568150537f7faf7fdbb2c4..e466dd67ca2a8e074fa9ab0f60884551f45d72ed 100755 (executable)
--- a/configure
+++ b/configure
@@ -565,7 +565,7 @@ PACKAGE_VERSION='3.3svn'
 PACKAGE_STRING='LLVM 3.3svn'
 PACKAGE_BUGREPORT='http://llvm.org/bugs/'
 
-ac_unique_file="lib/VMCore/Module.cpp"
+ac_unique_file="lib/IR/Module.cpp"
 # Factoring default headers for most tests.
 ac_includes_default="\
 #include <stdio.h>