diff options
author | Eric Christopher <echristo@apple.com> | 2012-02-02 01:11:30 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-02-02 01:11:30 +0000 |
commit | 9b3cd4890d5757f72d4f31ac8588a76bcc97026b (patch) | |
tree | 1e2a716d613dc22a6045bdab9e39d97844d9d926 /configure | |
parent | 32cf80bd01775fe9cc45a2416824af353da193c6 (diff) | |
download | external_llvm-9b3cd4890d5757f72d4f31ac8588a76bcc97026b.zip external_llvm-9b3cd4890d5757f72d4f31ac8588a76bcc97026b.tar.gz external_llvm-9b3cd4890d5757f72d4f31ac8588a76bcc97026b.tar.bz2 |
Regen one last time.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149576 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21096,7 +21096,7 @@ ac_config_files="$ac_config_files docs/doxygen.cfg" if test ${clang_src_root} = ""; then - clang_src_root="$ac_pwd/tools/clang" + clang_src_root="$srcdir/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" |