Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | autoconf rebuild |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | bugfix:cross-compilation |
Files: | files | file ages | folders |
SHA1: |
d9514137431908240bf5aceee5e762c3 |
User & Date: | dkf 2017-06-20 19:01:33.354 |
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 | |
Changes
Changes to configure.
︙ | ︙ | |||
7841 7842 7843 7844 7845 7846 7847 7848 7849 7850 7851 7852 7853 7854 | CLEANFILES="${CLEANFILES} pkgIndex.tcl" $as_echo "#define USE_TCL_STUBS 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tclsh" >&5 $as_echo_n "checking for tclsh... " >&6; } if test -f "${TCL_BIN_DIR}/Makefile" ; then # tclConfig.sh is in Tcl build directory if test "${TEA_PLATFORM}" = "windows"; then | > > > > | 7841 7842 7843 7844 7845 7846 7847 7848 7849 7850 7851 7852 7853 7854 7855 7856 7857 7858 | CLEANFILES="${CLEANFILES} pkgIndex.tcl" $as_echo "#define USE_TCL_STUBS 1" >>confdefs.h $as_echo "#define BUILD_TclOO 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tclsh" >&5 $as_echo_n "checking for tclsh... " >&6; } if test -f "${TCL_BIN_DIR}/Makefile" ; then # tclConfig.sh is in Tcl build directory if test "${TEA_PLATFORM}" = "windows"; then |
︙ | ︙ |