aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2019-03-25 10:46:04 -0700
committerPaul Eggert2019-03-25 10:47:20 -0700
commit97a793cba9fc68a9df67622d8d82c443fe10dd9b (patch)
treecbd2d0dc38c3a15583a43520aeaed7d029af0012 /etc
parent491885030c29f46d688c9b0325f95feccd8d653e (diff)
downloademacs-97a793cba9fc68a9df67622d8d82c443fe10dd9b.tar.gz
emacs-97a793cba9fc68a9df67622d8d82c443fe10dd9b.zip
Support ./configure --with-gif=ifavailable etc.
Suggested by Stefan Monnier in: https://lists.gnu.org/r/emacs-devel/2019-03/msg00789.html * INSTALL, etc/NEWS: Document this. * configure.ac: Implement this.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bbba59c5490..ad01bd8516b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -37,6 +37,12 @@ functions 'json-serialize', 'json-insert', 'json-parse-string', and
37'json-parse-buffer' are typically much faster than their Lisp 37'json-parse-buffer' are typically much faster than their Lisp
38counterparts from json.el. 38counterparts from json.el.
39 39
40** Several configure options now accept an option-argument 'ifavailable'.
41For example, './configure --with-xpm=ifavailable' now configures Emacs
42to attempt to use libxpm but to continue building even if libxpm is absent.
43The other affected options are --with-gif, --with-gnutls, --with-jpeg,
44--with-png, and --with-tiff.
45
40** The etags program now uses the C library's regular expression matcher 46** The etags program now uses the C library's regular expression matcher
41when possible, and a compatible regex substitute otherwise. This will 47when possible, and a compatible regex substitute otherwise. This will
42let developers maintain Emacs's own regex code without having to also 48let developers maintain Emacs's own regex code without having to also