diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-20 09:10:31 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-20 09:10:31 +0000 |
commit | ff22c42e0ee8e526352f3ac84ae9dd0d0bec2519 (patch) | |
tree | 1601b2811fd77dd76075f20a24d05d57c8e08131 | |
parent | 19d96eefcfa41790b112b1d36666cc8d0dfe3f76 (diff) |
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
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | include/Config/config.h.in | 6 | ||||
-rw-r--r-- | include/llvm/Config/config.h.in | 6 |
3 files changed, 7 insertions, 7 deletions
@@ -23784,7 +23784,7 @@ _ACEOF cat >>confdefs.h <<_ACEOF -#define LLVM_CONFIGDIR "$LLVM_ETCDIR" +#define LLVM_ETCDIR "$LLVM_ETCDIR" _ACEOF diff --git a/include/Config/config.h.in b/include/Config/config.h.in index f49deaa79e..fe0c77c8af 100644 --- a/include/Config/config.h.in +++ b/include/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 diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index f49deaa79e..fe0c77c8af 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 |