aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2007-10-03 12:07:14 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2007-10-03 12:07:14 +0000
commit0abe116022a45879d5f17e6c4964769f24bb05aa (patch)
tree88dc10a807866e694b8fad9e35051249fad787c7
parentde7b6c7af321d1a376f67851a96b13640699c444 (diff)
Regenerate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42575 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xconfigure2
-rw-r--r--include/llvm/Config/config.h.in5
2 files changed, 5 insertions, 2 deletions
diff --git a/configure b/configure
index 39a8d9b908..bdd613bc27 100755
--- a/configure
+++ b/configure
@@ -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