summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-04 16:25:01 +0000
committerDan Gohman <gohman@apple.com>2010-08-04 16:25:01 +0000
commit56fb5f920e279d0fa5c50bf2c274d58a51d2c582 (patch)
treeabe07a98347b994bbce5c1912c9b1b2c1caf9524 /configure
parentd27db32ff4051f52839f2a92a41e13fb903448ee (diff)
downloadllvm-56fb5f920e279d0fa5c50bf2c274d58a51d2c582.tar.gz
llvm-56fb5f920e279d0fa5c50bf2c274d58a51d2c582.tar.bz2
llvm-56fb5f920e279d0fa5c50bf2c274d58a51d2c582.tar.xz
Remove CVS artifacts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110207 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure b/configure
index dd5015505c..280187e0e1 100755
--- a/configure
+++ b/configure
@@ -1988,7 +1988,6 @@ for i in `ls ${srcdir}/projects`
do
if test -d ${srcdir}/projects/${i} ; then
case ${i} in
- CVS) ;;
sample) subdirs="$subdirs projects/sample"
;;
privbracket) subdirs="$subdirs projects/privbracket"
@@ -4691,7 +4690,7 @@ else
fi
-if test -d "CVS" -o -d "${srcdir}/CVS" -o -d ".svn" -o -d "${srcdir}/.svn" -o -d ".git" -o -d "${srcdir}/.git"; then
+if test -d ".svn" -o -d "${srcdir}/.svn" -o -d ".git" -o -d "${srcdir}/.git"; then
cvsbuild="yes"
optimize="no"
CVSBUILD=CVSBUILD=1
@@ -11396,7 +11395,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 11399 "configure"
+#line 11398 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H