Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Import of patch by Erik Leunissen |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | bugfix:cross-compilation |
Files: | files | file ages | folders |
SHA1: |
904f04eec9e597e098baeb866feda8d7 |
User & Date: | dkf 2017-06-20 19:00:03.666 |
Context
2017-06-20
| ||
19:01 | autoconf rebuild Leaf check-in: d951413743 user: dkf tags: bugfix:cross-compilation | |
19:00 | Import of patch by Erik Leunissen check-in: 904f04eec9 user: dkf tags: bugfix:cross-compilation | |
2016-04-20
| ||
07:58 | [6adfa8fddf] Fix test target check-in: e5b56214c7 user: gahr tags: trunk | |
Changes
Changes to config.h.in.
1 2 3 4 5 6 7 8 9 10 11 | /* config.h.in. Generated from configure.in by autoheader. */ /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD /* Do we have the intptr_t type? */ #undef HAVE_INTPTR_T /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H | > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | /* config.h.in. Generated from configure.in by autoheader. */ /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD /* Should always be 1 */ #undef BUILD_TclOO /* Do we have the intptr_t type? */ #undef HAVE_INTPTR_T /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H |
︙ | ︙ |
Changes to configure.in.
︙ | ︙ | |||
52 53 54 55 56 57 58 59 60 61 62 63 64 65 | TEA_MAKE_LIB AC_SUBST(PKG_TEST_LIB_FILE, pkgoo${SHLIB_SUFFIX}) dnl TEAX_VC_MANIFEST TEAX_LAPPEND(CLEANFILES, pkgIndex.tcl) AC_SUBST(CLEANFILES) AC_DEFINE(USE_TCL_STUBS,[1],[Should always be 1]) TEA_PROG_TCLSH CONFIGURE_OUTPUTS="Makefile tclooConfig.sh config.cache config.log config.status" AC_SUBST(CONFIGURE_OUTPUTS) TEAX_SDX | > > > > | 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | TEA_MAKE_LIB AC_SUBST(PKG_TEST_LIB_FILE, pkgoo${SHLIB_SUFFIX}) dnl TEAX_VC_MANIFEST TEAX_LAPPEND(CLEANFILES, pkgIndex.tcl) AC_SUBST(CLEANFILES) AC_DEFINE(USE_TCL_STUBS,[1],[Should always be 1]) dnl# This is necessary to ensure that invocations of autoheader dnl# generate a config.in.h that includes the BUILD_TclOO directive. AC_DEFINE([BUILD_TclOO], [1], [Should always be 1]) TEA_PROG_TCLSH CONFIGURE_OUTPUTS="Makefile tclooConfig.sh config.cache config.log config.status" AC_SUBST(CONFIGURE_OUTPUTS) TEAX_SDX |
︙ | ︙ |