Updated configure script so that it does not configure llvm/project
authorJohn Criswell <criswell@uiuc.edu>
Fri, 12 Dec 2003 20:15:23 +0000 (20:15 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Fri, 12 Dec 2003 20:15:23 +0000 (20:15 +0000)
directories that do not contain a configure script.

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

configure

index b23313d1dbb485d4577462acc8d60d4a6a76f114..6322b518cbe35a2c0f448761ac2f1222850b1d67 100755 (executable)
--- a/configure
+++ b/configure
@@ -1523,7 +1523,7 @@ for i in `ls ${srcdir}/projects`
 do
   if test ${i} != "CVS"
   then
-    if test -d ${srcdir}/projects/${i}
+    if test -f ${srcdir}/projects/${i}/configure
     then