From 833abbdd9b2c895bdb0a3b556ff86755574e0c32 Mon Sep 17 00:00:00 2001 From: dgp Date: Tue, 3 Sep 2013 16:47:06 +0000 Subject: Favor timeline over ChangeLog; also 'make dist' --- changes | 2 +- unix/configure | 1 + unix/tkConfig.h.in | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changes b/changes index 371c0c4..062e2ae 100644 --- a/changes +++ b/changes @@ -6908,4 +6908,4 @@ Many revisions to better support a Cygwin environment (nijtmans) 2013-08-26 (bug fix)[c597acd] [$pb step] work with traces (english) ---- Released 8.5.15, September 16, 2013 --- See ChangeLog for details --- +--- Released 8.5.15, September 16, 2013 --- http://core.tcl.tk/tk/ for details diff --git a/unix/configure b/unix/configure index 4022a1f..654b67d 100755 --- a/unix/configure +++ b/unix/configure @@ -3962,6 +3962,7 @@ echo "$as_me: WARNING: Don't know how to find pthread lib on your system - you m ac_saved_libs=$LIBS LIBS="$LIBS $THREADS_LIBS" + for ac_func in pthread_attr_setstacksize pthread_atfork do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in index 986609b..732bf94 100644 --- a/unix/tkConfig.h.in +++ b/unix/tkConfig.h.in @@ -43,6 +43,9 @@ /* Define to 1 if you have the `open64' function. */ #undef HAVE_OPEN64 +/* Define to 1 if you have the `pthread_atfork' function. */ +#undef HAVE_PTHREAD_ATFORK + /* Do we want a BSD-like thread-attribute interface? */ #undef HAVE_PTHREAD_ATTR_GET_NP -- cgit v0.12