[llvm-commits] [llvm] r171360 - in /llvm/trunk: autoconf/configure.ac configure

Chandler Carruth chandlerc at gmail.com
Wed Jan 2 01:23:24 PST 2013


Author: chandlerc
Date: Wed Jan  2 03:22:59 2013
New Revision: 171360

URL: http://llvm.org/viewvc/llvm-project?rev=171360&view=rev
Log:
Update the configure scripts as well as the makefiles for the move from
VMCore to IR.

Modified:
    llvm/trunk/autoconf/configure.ac
    llvm/trunk/configure

Modified: llvm/trunk/autoconf/configure.ac
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/autoconf/configure.ac?rev=171360&r1=171359&r2=171360&view=diff
==============================================================================
--- llvm/trunk/autoconf/configure.ac (original)
+++ llvm/trunk/autoconf/configure.ac Wed Jan  2 03:22:59 2013
@@ -45,7 +45,7 @@
 
 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.

Modified: llvm/trunk/configure
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/configure?rev=171360&r1=171359&r2=171360&view=diff
==============================================================================
--- llvm/trunk/configure (original)
+++ llvm/trunk/configure Wed Jan  2 03:22:59 2013
@@ -565,7 +565,7 @@
 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>





More information about the llvm-commits mailing list