diff options
author | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-10-03 12:07:14 +0000 |
---|---|---|
committer | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-10-03 12:07:14 +0000 |
commit | 0abe116022a45879d5f17e6c4964769f24bb05aa (patch) | |
tree | 88dc10a807866e694b8fad9e35051249fad787c7 | |
parent | de7b6c7af321d1a376f67851a96b13640699c444 (diff) |
Regenerate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42575 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | include/llvm/Config/config.h.in | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -34132,7 +34132,7 @@ _ACEOF cat >>confdefs.h <<_ACEOF -#define LLVM_DATADIR "$LLVM_DOCSDIR" +#define LLVM_DOCSDIR "$LLVM_DOCSDIR" _ACEOF diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index cc83f652e6..e871b774b2 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -449,9 +449,12 @@ /* Time at which LLVM was configured */ #undef LLVM_CONFIGTIME -/* Installation directory for documentation */ +/* Installation directory for data files */ #undef LLVM_DATADIR +/* Installation directory for documentation */ +#undef LLVM_DOCSDIR + /* Installation directory for config files */ #undef LLVM_ETCDIR |