Clean up docs references to './configure' in preparation for deprecating in-source...
[oota-llvm.git] / autoconf / configure.ac
index 10b95a0724c472c6e46d805b8e7384a389232cff..39ce9f353ee30792c2611e7fdd200db10b172e4f 100644 (file)
@@ -105,7 +105,7 @@ if test "$CXX" = "clang++" ; then
 ],
 [
   AC_MSG_RESULT([no])
-  AC_MSG_ERROR([Selected compiler could not find or parse C++ standard library headers.  Rerun with CC=c-compiler CXX=c++-compiler ./configure ...])
+  AC_MSG_ERROR([Selected compiler could not find or parse C++ standard library headers.  Rerun with CC=c-compiler CXX=c++-compiler LLVM_SRC_DIR/configure ...])
 ])
   AC_LANG_POP([C++])
 fi