1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

Changes resulting from change in autoconf/configure.in (rename a #define)

llvm-svn: 15946
This commit is contained in:
Reid Spencer 2004-08-20 09:10:31 +00:00
parent 850e32dfe7
commit 44c2ab48ef
2 changed files with 4 additions and 4 deletions

2
configure vendored
View File

@ -23784,7 +23784,7 @@ _ACEOF
cat >>confdefs.h <<_ACEOF
#define LLVM_CONFIGDIR "$LLVM_ETCDIR"
#define LLVM_ETCDIR "$LLVM_ETCDIR"
_ACEOF

View File

@ -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