projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52b62de
)
Don't configure directories that don't have a configure script (i.e Stacker).
author
John Criswell
<criswell@uiuc.edu>
Fri, 12 Dec 2003 20:09:33 +0000
(20:09 +0000)
committer
John Criswell
<criswell@uiuc.edu>
Fri, 12 Dec 2003 20:09:33 +0000
(20:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10436
91177308
-0d34-0410-b5e6-
96231b3b80d8
autoconf/configure.ac
patch
|
blob
|
history
diff --git
a/autoconf/configure.ac
b/autoconf/configure.ac
index
d1df826
..
6534ae7
100644
(file)
--- a/
autoconf/configure.ac
+++ b/
autoconf/configure.ac
@@
-37,7
+37,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
AC_CONFIG_SUBDIRS(projects/${i})
fi