mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
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
This commit is contained in:
parent
19d96eefcf
commit
ff22c42e0e
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
|
||||
|
||||
|
@ -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