comparison ChangeLog @ 107422:cb7f141ceec5

Merge from trunk
author Jan D. <jan.h.d@swipnet.se>
date Thu, 18 Mar 2010 08:22:27 +0100
parents eba6eb70e988
children 30e18a495cca
comparison
equal deleted inserted replaced
107421:eab59b26377e 107422:cb7f141ceec5
1 2010-03-18 Glenn Morris <rgm@gnu.org>
2
3 * configure.in (--with-x-toolkit): In the help text, say which options
4 are synonyms.
5
6 * configure.in (--with-mmdf, --with-mail-unlink):
7 New options, off by default.
8 (--with-mailhost): New option to set default POP host.
9 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
10 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
11 New variables, substituted in Makefiles.
12 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
13 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
14 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
15 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
16 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
17
18 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
19
20 * Makefile.in (uninstall): Handle the case where archlibdir does not
21 exist. (Bug#5720)
22
1 2010-03-12 Eli Zaretskii <eliz@gnu.org> 23 2010-03-12 Eli Zaretskii <eliz@gnu.org>
2 24
3 These changes remove termcap.c from the build on Posix platforms. 25 These changes remove termcap.c from the build on Posix platforms.
4 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h. 26 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
5 27