[llvm-commits] CVS: llvm/configure
John Criswell
criswell at cs.uiuc.edu
Fri Dec 12 14:16:01 PST 2003
Changes in directory llvm:
configure updated: 1.60 -> 1.61
---
Log message:
Updated configure script so that it does not configure llvm/project
directories that do not contain a configure script.
---
Diffs of the changes: (+1 -1)
Index: llvm/configure
diff -u llvm/configure:1.60 llvm/configure:1.61
--- llvm/configure:1.60 Fri Dec 5 13:29:01 2003
+++ llvm/configure Fri Dec 12 14:15:23 2003
@@ -1523,7 +1523,7 @@
do
if test ${i} != "CVS"
then
- if test -d ${srcdir}/projects/${i}
+ if test -f ${srcdir}/projects/${i}/configure
then
More information about the llvm-commits
mailing list