diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
| @@ -1,3 +1,23 @@ | |||
| 1 | 2014-04-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Clean up configure-time library handling a bit. | ||
| 4 | This patch was inspired by emacs-24 bzr 116961, which fixed | ||
| 5 | a bug due to sloppy library handling in 'configure'. | ||
| 6 | * configure.ac (LIB_MATH, LIB_PTHREAD, LIBXMU): | ||
| 7 | Use AC_SEARCH_LIBS instead of AC_CHECK_LIB as per Autoconf manual. | ||
| 8 | (LIB_MATH, LIB_PTHREAD, HAVE_X11, IMAGEMAGICK_LIBS, GTK_LIBS) | ||
| 9 | (DBUS_LIBS, LIBXMU, XFT_LIBS, LIBXSM, LIBXML2_LIBS, LIBS_MAIL) | ||
| 10 | (with_kerberos): | ||
| 11 | Don't let the library choice infect $LIBS. | ||
| 12 | (dnet_ntoa, cma_open): Remove obsolete tests. | ||
| 13 | (emacs_pthread_function): Probe for pthread_kill, not pthread_self, | ||
| 14 | as that's a bit more selective on GNU/Linux. | ||
| 15 | (LIBXEXT): Remove. | ||
| 16 | (touchlock): Test for existence when $LIBS_MAIL is in use. | ||
| 17 | (AC_CHECK_FUNCS): Use only $LIB_MATH in addition to $LIBS | ||
| 18 | when testing for typical functions like accept4, lrand48. | ||
| 19 | (random, rint): Remove obsolete HP-UX 9 A.09.05 test. | ||
| 20 | |||
| 1 | 2014-04-11 Glenn Morris <rgm@gnu.org> | 21 | 2014-04-11 Glenn Morris <rgm@gnu.org> |
| 2 | 22 | ||
| 3 | * make-dist: Do not distribute generated admin/grammars/Makefile. | 23 | * make-dist: Do not distribute generated admin/grammars/Makefile. |