From: Reid Spencer Date: Fri, 20 Aug 2004 09:10:31 +0000 (+0000) Subject: Changes resulting from change in autoconf/configure.in (rename a #define) X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ff22c42e0ee8e526352f3ac84ae9dd0d0bec2519;p=oota-llvm.git 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 --- diff --git a/configure b/configure index 46ef2c9db41..1e67331cbee 100755 --- a/configure +++ b/configure @@ -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 f49deaa79e0..fe0c77c8af3 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 f49deaa79e0..fe0c77c8af3 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