comparison lib-src/ChangeLog @ 107407:975563054751

Replace some cpp with autoconf. * configure.in (--with-mmdf, --with-mail-unlink): New options, off by default. (--with-mailhost): New option to set default POP host. (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL) (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB): New variables, substituted in Makefiles. (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF. (LIBGIF): Use AC_SUBST rather than AC_DEFINE. (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO) (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES) (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs. * lib-src/Makefile.in (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB) (HESIODLIB, LIBS_MAIL): Set using autoconf rather than cpp. (BASE_CFLAGS): Remove (identical to CPP_CFLAGS). * src/Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF) (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
author Glenn Morris <rgm@gnu.org>
date Wed, 17 Mar 2010 22:49:31 -0700
parents bc371c4be819
children db38deea3cef
comparison
equal deleted inserted replaced
107406:1de48da1419b 107407:975563054751
1 2010-03-18 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB)
4 (HESIODLIB, LIBS_MAIL): Set using autoconf rather than cpp.
5 (BASE_CFLAGS): Remove (identical to CPP_CFLAGS).
6
1 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change) 7 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2 8
3 * Makefile.in (uninstall): Handle the case where archlibdir does not 9 * Makefile.in (uninstall): Handle the case where archlibdir does not
4 exist. (Bug#5720) 10 exist. (Bug#5720)
5 11