From: John Criswell Date: Fri, 12 Dec 2003 20:15:23 +0000 (+0000) Subject: Updated configure script so that it does not configure llvm/project X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2f2741bfa83f145c8bc4e7feb21c3eb45fcc5dd5;p=oota-llvm.git Updated configure script so that it does not configure llvm/project 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 --- diff --git a/configure b/configure index b23313d1dbb..6322b518cbe 100755 --- 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