diff options
| author | Glenn Morris | 2010-03-17 22:49:31 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-03-17 22:49:31 -0700 |
| commit | aded53ff76daa41822954fc42df797b1e0c5a5f4 (patch) | |
| tree | b87f8469b983d27d79478edfd478e4ec62993ab0 /etc | |
| parent | 1a355d092be234a0cb5b2cf0956a090aad7fa1a2 (diff) | |
| download | emacs-aded53ff76daa41822954fc42df797b1e0c5a5f4.tar.gz emacs-aded53ff76daa41822954fc42df797b1e0c5a5f4.zip | |
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.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -24,6 +24,12 @@ so we will look at it and add it to the manual. | |||
| 24 | 24 | ||
| 25 | * Installation Changes in Emacs 24.1 | 25 | * Installation Changes in Emacs 24.1 |
| 26 | 26 | ||
| 27 | --- | ||
| 28 | ** There are new configure options: | ||
| 29 | --with-mmdf, --with-mail-unlink, --with-mailhost. | ||
| 30 | These provide no new functionality, they just remove the need to edit | ||
| 31 | lib-src/Makefile by hand in order to use the associated features. | ||
| 32 | |||
| 27 | 33 | ||
| 28 | * Startup Changes in Emacs 24.1 | 34 | * Startup Changes in Emacs 24.1 |
| 29 | 35 | ||