[llvm-commits] CVS: llvm/configure

Reid Spencer reid at x10sys.com
Mon Apr 2 08:41:56 PDT 2007



Changes in directory llvm:

configure updated: 1.272 -> 1.273
---
Log message:

Regenerate.


---
Diffs of the changes:  (+1 -1)

 configure |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/configure
diff -u llvm/configure:1.272 llvm/configure:1.273
--- llvm/configure:1.272	Thu Mar 29 10:38:33 2007
+++ llvm/configure	Mon Apr  2 10:41:39 2007
@@ -4535,7 +4535,7 @@
 
 fi
 
-if test -d "CVS" -o -d "${srcdir}/CVS"; then
+if test -d "CVS" -o -d "${srcdir}/CVS" -o -d ".svn" -o -d "${srcdir}/.svn"; then
   cvsbuild="yes"
   optimize="no"
   CVSBUILD=CVSBUILD=1






More information about the llvm-commits mailing list