diff options
author | John Criswell <criswell@uiuc.edu> | 2003-12-12 20:15:23 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-12-12 20:15:23 +0000 |
commit | 2f2741bfa83f145c8bc4e7feb21c3eb45fcc5dd5 (patch) | |
tree | d748cdfe3ab2aaa153e6d14cbae1bae53fe7cdbe /configure | |
parent | 9493c97829db775dfb1c8bfef09f13cb8e421f9a (diff) |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |