Regenerate again.

llvm-svn: 149569
This commit is contained in:
Eric Christopher 2012-02-02 00:19:05 +00:00
parent b5190ab264
commit 7f977de4e9
1 changed files with 4 additions and 1 deletions

5
llvm/configure vendored
View File

@ -5535,7 +5535,7 @@ else
fi
case "$withval" in
-) clang_src_root="$ac_pwd/tools/clang" ;;
-) clang_src_root="" ;;
/* | [A-Za-z]:[\\/]*) clang_src_root="$withval" ;;
*) clang_src_root="$ac_pwd/$withval" ;;
esac
@ -21095,6 +21095,9 @@ ac_config_files="$ac_config_files llvm.spec"
ac_config_files="$ac_config_files docs/doxygen.cfg"
if test ${clang_src_root} = ""; then
clang_src_root="$ac_pwd/tools/clang"
fi
if test -f ${clang_src_root}/README.txt; then
ac_config_headers="$ac_config_headers ${clang_src_root}/include/clang/Config/config.h"