diff options
author | Jonathan Roelofs <jonathan@codesourcery.com> | 2015-04-29 20:06:41 +0000 |
---|---|---|
committer | Jonathan Roelofs <jonathan@codesourcery.com> | 2015-04-29 20:06:41 +0000 |
commit | cf1ba1d8c063d284a71290c890276e0a8a19fc6a (patch) | |
tree | be27f54c9cd2b06cfab92c18d9b230e9b419d2e6 /llvm/configure | |
parent | 0e20822887ca46a2b9b68a451191e9cae16b5772 (diff) | |
download | bcm5719-llvm-cf1ba1d8c063d284a71290c890276e0a8a19fc6a.tar.gz bcm5719-llvm-cf1ba1d8c063d284a71290c890276e0a8a19fc6a.zip |
Clean up docs references to './configure' in preparation for deprecating in-source builds
http://reviews.llvm.org/D8787
llvm-svn: 236144
Diffstat (limited to 'llvm/configure')
-rwxr-xr-x | llvm/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/configure b/llvm/configure index 7ddb0f32f9b..f51617639b3 100755 --- a/llvm/configure +++ b/llvm/configure @@ -3605,8 +3605,8 @@ sed 's/^/| /' conftest.$ac_ext >&5 { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } - { { echo "$as_me:$LINENO: error: Selected compiler could not find or parse C++ standard library headers. Rerun with CC=c-compiler CXX=c++-compiler ./configure ..." >&5 -echo "$as_me: error: Selected compiler could not find or parse C++ standard library headers. Rerun with CC=c-compiler CXX=c++-compiler ./configure ..." >&2;} + { { echo "$as_me:$LINENO: error: Selected compiler could not find or parse C++ standard library headers. Rerun with CC=c-compiler CXX=c++-compiler LLVM_SRC_DIR/configure ..." >&5 +echo "$as_me: error: Selected compiler could not find or parse C++ standard library headers. Rerun with CC=c-compiler CXX=c++-compiler LLVM_SRC_DIR/configure ..." >&2;} { (exit 1); exit 1; }; } fi |