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 | 288adf1a3fa8b604143bc72435e484d339ea0967 (patch) | |
| tree | 6d74589f1af8c0f0dc2898a703796e79008cbfbd | |
| parent | 3b65b0a67a9117637771747714b258b4417531ca (diff) | |
| download | bcm5719-llvm-288adf1a3fa8b604143bc72435e484d339ea0967.tar.gz bcm5719-llvm-288adf1a3fa8b604143bc72435e484d339ea0967.zip | |
Changes resulting from change in autoconf/configure.in (rename a #define)
llvm-svn: 15946
| -rwxr-xr-x | llvm/configure | 2 | ||||
| -rw-r--r-- | llvm/include/Config/config.h.in | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/llvm/configure b/llvm/configure index 46ef2c9db41..1e67331cbee 100755 --- a/llvm/configure +++ b/llvm/configure @@ -23784,7 +23784,7 @@ _ACEOF cat >>confdefs.h <<_ACEOF -#define LLVM_CONFIGDIR "$LLVM_ETCDIR" +#define LLVM_ETCDIR "$LLVM_ETCDIR" _ACEOF diff --git a/llvm/include/Config/config.h.in b/llvm/include/Config/config.h.in index f49deaa79e0..fe0c77c8af3 100644 --- a/llvm/include/Config/config.h.in +++ b/llvm/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 |

