11#! /bin/sh
22# Guess values for system-dependent variables and create Makefiles.
3- # Generated by GNU Autoconf 2.72 for thread 3.0.3 .
3+ # Generated by GNU Autoconf 2.72 for thread 3.0.4 .
44#
55#
66# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
@@ -601,8 +601,8 @@ MAKEFLAGS=
601601# Identity of this package.
602602PACKAGE_NAME=' thread'
603603PACKAGE_TARNAME=' thread'
604- PACKAGE_VERSION=' 3.0.3 '
605- PACKAGE_STRING=' thread 3.0.3 '
604+ PACKAGE_VERSION=' 3.0.4 '
605+ PACKAGE_STRING=' thread 3.0.4 '
606606PACKAGE_BUGREPORT=' '
607607PACKAGE_URL=' '
608608
@@ -1330,7 +1330,7 @@ if test "$ac_init_help" = "long"; then
13301330 # Omit some internal or obsolete options to make the list less imposing.
13311331 # This message is too long to be a string in the A/UX 3.1 sh.
13321332 cat << _ACEOF
1333- 'configure' configures thread 3.0.3 to adapt to many kinds of systems.
1333+ 'configure' configures thread 3.0.4 to adapt to many kinds of systems.
13341334
13351335Usage: $0 [OPTION]... [VAR=VALUE]...
13361336
13921392
13931393if test -n " $ac_init_help " ; then
13941394 case $ac_init_help in
1395- short | recursive ) echo " Configuration of thread 3.0.3 :" ;;
1395+ short | recursive ) echo " Configuration of thread 3.0.4 :" ;;
13961396 esac
13971397 cat << \_ACEOF
13981398
14981498test -n " $ac_init_help " && exit $ac_status
14991499if $ac_init_version ; then
15001500 cat << \_ACEOF
1501- thread configure 3.0.3
1501+ thread configure 3.0.4
15021502generated by GNU Autoconf 2.72
15031503
15041504Copyright (C) 2023 Free Software Foundation, Inc.
@@ -1805,7 +1805,7 @@ cat >config.log <<_ACEOF
18051805This file contains any messages produced by compilers while
18061806running configure, to aid debugging if configure makes a mistake.
18071807
1808- It was created by thread $as_me 3.0.3 , which was
1808+ It was created by thread $as_me 3.0.4 , which was
18091809generated by GNU Autoconf 2.72. Invocation command line was
18101810
18111811 $ $0 $ac_configure_args_raw
@@ -4001,11 +4001,8 @@ printf "%s\n" "$TEA_PLATFORM" >&6; }
40014001
40024002 # The BUILD_$pkg is to define the correct extern storage class
40034003 # handling when making this package
4004- # To be able to sefely use the package name in a #define, it must not
4005- # contain anything other than alphanumeric characters and underscores
4006- SAFE_PKG_NAME=thread
40074004
4008- printf " %s\n" " #define BUILD_${SAFE_PKG_NAME } /**/" >> confdefs.h
4005+ printf " %s\n" " #define BUILD_${PACKAGE_NAME } /**/" >> confdefs.h
40094006
40104007 # Do this here as we have fully defined TEA_PLATFORM now
40114008 if test " ${TEA_PLATFORM} " = " windows" ; then
67976794 fi
67986795 case " x` echo \$ {VisualStudioVersion}` " in
67996796 x1[4-9]* )
6800- lflags=" ${lflags} -nodefaultlib:ucrt .lib"
6797+ lflags=" ${lflags} -nodefaultlib:libucrt .lib"
68016798
68026799 vars=" ucrt.lib"
68036800 for i in $vars ; do
72047201 SHLIB_LD=' ${CC} -shared'
72057202 SHLIB_SUFFIX=" .dll"
72067203 if test " ${TEA_PLATFORM} " = " unix" -a " ${TCL_MAJOR_VERSION} " -gt 8 -a x" ${with_tcl8} " = x; then
7207- SHLIB_LD_LIBS=" ${SHLIB_LD_LIBS} -Wl,--out-implib,\$ (patsubst cyg%.dll,lib%.dll,\$ @).a "
7204+ SHLIB_LD_LIBS=" ${SHLIB_LD_LIBS} -Wl,--out-implib,\$ (patsubst cyg%.dll,lib%.dll.a ,\$ @)"
72087205 else
72097206 SHLIB_LD_LIBS=" ${SHLIB_LD_LIBS} -Wl,--out-implib,\$ @.a"
72107207 fi
@@ -9289,6 +9286,8 @@ rm -rf conftest*
92899286
92909287printf " %s\n" " #define TCL_MAJOR_VERSION 8" >> confdefs.h
92919288
9289+ fi
9290+ if test " ${TCL_MAJOR_VERSION} " -gt 8 -a x" ${with_tk8} " ! = x; then
92929291
92939292printf " %s\n" " #define TK_MAJOR_VERSION 8" >> confdefs.h
92949293
@@ -9304,42 +9303,6 @@ printf "%s\n" "#define TK_MAJOR_VERSION 8" >>confdefs.h
93049303 if test " $GCC " = " yes" ; then
93059304 SHLIB_LD_LIBS=" ${SHLIB_LD_LIBS} -static-libgcc"
93069305 fi
9307- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking if the linker understands --disable-high-entropy-va" >&5
9308- printf %s " checking if the linker understands --disable-high-entropy-va... " >&6 ; }
9309- if test ${tcl_cv_ld_high_entropy+y}
9310- then :
9311- printf %s " (cached) " >&6
9312- else case e in # (
9313- e)
9314- hold_cflags=$CFLAGS ; CFLAGS=" $CFLAGS -Wl,--disable-high-entropy-va"
9315- cat confdefs.h - << _ACEOF >conftest.$ac_ext
9316- /* end confdefs.h. */
9317-
9318- int
9319- main (void)
9320- {
9321-
9322- ;
9323- return 0;
9324- }
9325- _ACEOF
9326- if ac_fn_c_try_link " $LINENO "
9327- then :
9328- tcl_cv_ld_high_entropy=yes
9329- else case e in # (
9330- e) tcl_cv_ld_high_entropy=no ;;
9331- esac
9332- fi
9333- rm -f core conftest.err conftest.$ac_objext conftest.beam \
9334- conftest$ac_exeext conftest.$ac_ext
9335- CFLAGS=$hold_cflags ;;
9336- esac
9337- fi
9338- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: $tcl_cv_ld_high_entropy " >&5
9339- printf " %s\n" " $tcl_cv_ld_high_entropy " >&6 ; }
9340- if test $tcl_cv_ld_high_entropy = yes; then
9341- SHLIB_LD_LIBS=" ${SHLIB_LD_LIBS} -Wl,--disable-high-entropy-va"
9342- fi
93439306 eval eval " PKG_LIB_FILE8=${PACKAGE_LIB_PREFIX8}${PACKAGE_NAME}${SHARED_LIB_SUFFIX} "
93449307 eval eval " PKG_LIB_FILE9=${PACKAGE_LIB_PREFIX9}${PACKAGE_NAME}${SHARED_LIB_SUFFIX} "
93459308 eval eval " PKG_LIB_FILE=${PACKAGE_LIB_PREFIX}${PACKAGE_NAME}${SHARED_LIB_SUFFIX} "
@@ -10054,7 +10017,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1005410017# report actual input values of CONFIG_FILES etc. instead of their
1005510018# values after options handling.
1005610019ac_log="
10057- This file was extended by thread $as_me 3.0.3 , which was
10020+ This file was extended by thread $as_me 3.0.4 , which was
1005810021generated by GNU Autoconf 2.72. Invocation command line was
1005910022
1006010023 CONFIG_FILES = $CONFIG_FILES
@@ -10109,7 +10072,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1010910072cat >> $CONFIG_STATUS << _ACEOF || ac_write_fail=1
1011010073ac_cs_config='$ac_cs_config_escaped '
1011110074ac_cs_version="\\
10112- thread config.status 3.0.3
10075+ thread config.status 3.0.4
1011310076configured by $0 , generated by GNU Autoconf 2.72,
1011410077 with options \\ "\$ ac_cs_config\\ "
1011510078
0 commit comments