aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-07-16 19:09:58 -0700
committerPaul Eggert2012-07-16 19:09:58 -0700
commit5dad233cb8553df9b37da260dd9cc350f781b2df (patch)
tree121a213d19600e5d8e91afaa13e9dccdfeff8ee6 /ChangeLog
parent758e556a7ab8f61c007e34310ba399a9aaf15362 (diff)
downloademacs-5dad233cb8553df9b37da260dd9cc350f781b2df.tar.gz
emacs-5dad233cb8553df9b37da260dd9cc350f781b2df.zip
Fix regression with pthread_sigmask on FreeBSD.
* configure.ac: Configure gnulib at the end, not before running pkg-config. This restores the behavior before 2012-06-22, when higher-resolution time stamps were added, and fixes a bug whereby LIB_PTHREAD was not used and gnulib's part of 'configure' therefore incorrectly assumed that pthread_sigmask wasn't working. Fix the problem with -lrt and clock_gettime a different way. This should complete the fix for Bug#11884. (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cb8dd8a874..219c9240d27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
12012-07-17 Paul Eggert <eggert@cs.ucla.edu>
2
3 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
4 * configure.ac: Configure gnulib at the end, not before running
5 pkg-config. This restores the behavior before 2012-06-22, when
6 higher-resolution time stamps were added, and fixes a bug whereby
7 LIB_PTHREAD was not used and gnulib's part of 'configure'
8 therefore incorrectly assumed that pthread_sigmask wasn't working.
9 Fix the problem with -lrt and clock_gettime a different way.
10 This should complete the fix for Bug#11884.
11 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
12
12012-07-15 Paul Eggert <eggert@cs.ucla.edu> 132012-07-15 Paul Eggert <eggert@cs.ucla.edu>
2 14
3 Merge from gnulib, incorporating: 15 Merge from gnulib, incorporating: