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:
parent
850e32dfe7
commit
44c2ab48ef
2
configure
vendored
2
configure
vendored
@ -23784,7 +23784,7 @@ _ACEOF
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define LLVM_CONFIGDIR "$LLVM_ETCDIR"
|
||||
#define LLVM_ETCDIR "$LLVM_ETCDIR"
|
||||
_ACEOF
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user