aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-08-20 09:10:31 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-08-20 09:10:31 +0000
commitff22c42e0ee8e526352f3ac84ae9dd0d0bec2519 (patch)
tree1601b2811fd77dd76075f20a24d05d57c8e08131 /include/llvm/Config
parent19d96eefcfa41790b112b1d36666cc8d0dfe3f76 (diff)
downloadexternal_llvm-ff22c42e0ee8e526352f3ac84ae9dd0d0bec2519.zip
external_llvm-ff22c42e0ee8e526352f3ac84ae9dd0d0bec2519.tar.gz
external_llvm-ff22c42e0ee8e526352f3ac84ae9dd0d0bec2519.tar.bz2
Changes resulting from change in autoconf/configure.in (rename a #define)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15946 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r--include/llvm/Config/config.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index f49deaa..fe0c77c 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -167,15 +167,15 @@
/* Installation directory for binary executables */
#undef LLVM_BINDIR
-/* Installation directory for config files */
-#undef LLVM_CONFIGDIR
-
/* Time at which LLVM was configured */
#undef LLVM_CONFIGTIME
/* Installation directory for documentation */
#undef LLVM_DATADIR
+/* Installation directory for config files */
+#undef LLVM_ETCDIR
+
/* Installation directory for include files */
#undef LLVM_INCLUDEDIR