summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2010-03-25 13:59:09 +0000
committerJohn Criswell <criswell@uiuc.edu>2010-03-25 13:59:09 +0000
commit52c02866ba6d40dd6616e673d96b5c0e401fc557 (patch)
tree22b12d9ac817f862aaa359b5e39a2bc6660bd85f
parent8fb040308c25829ad16baaffe4f3c6ba4ac462f6 (diff)
downloadllvm-52c02866ba6d40dd6616e673d96b5c0e401fc557.tar.gz
llvm-52c02866ba6d40dd6616e673d96b5c0e401fc557.tar.bz2
llvm-52c02866ba6d40dd6616e673d96b5c0e401fc557.tar.xz
Fixed spurious warning problem noticed by Daniel Dunbar. The configure script
now configures prerequisite projects individually but also ignores them in the big project switch statement to avoid the incorrect warning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99506 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--autoconf/configure.ac5
-rwxr-xr-xconfigure7
2 files changed, 11 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 56d716bb8d..04c0886ab7 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -110,6 +110,11 @@ do
llvm-tv) AC_CONFIG_SUBDIRS([projects/llvm-tv]) ;;
safecode) AC_CONFIG_SUBDIRS([projects/safecode]) ;;
llvm-kernel) AC_CONFIG_SUBDIRS([projects/llvm-kernel]) ;;
+ llvm-gcc) ;;
+ test-suite) ;;
+ llvm-test) ;;
+ poolalloc) ;;
+ llvm-poolalloc) ;;
*)
AC_MSG_WARN([Unknown project (${i}) won't be configured automatically])
;;
diff --git a/configure b/configure
index a2aad3ea3c..2836e9ea32 100755
--- a/configure
+++ b/configure
@@ -1999,6 +1999,11 @@ do
;;
llvm-kernel) subdirs="$subdirs projects/llvm-kernel"
;;
+ llvm-gcc) ;;
+ test-suite) ;;
+ llvm-test) ;;
+ poolalloc) ;;
+ llvm-poolalloc) ;;
*)
{ echo "$as_me:$LINENO: WARNING: Unknown project (${i}) won't be configured automatically" >&5
echo "$as_me: WARNING: Unknown project (${i}) won't be configured automatically" >&2;}
@@ -11151,7 +11156,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 11154 "configure"
+#line 11159 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H