diff options
| author | Paul Eggert | 2019-03-25 10:46:04 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-03-25 10:47:20 -0700 |
| commit | 97a793cba9fc68a9df67622d8d82c443fe10dd9b (patch) | |
| tree | cbd2d0dc38c3a15583a43520aeaed7d029af0012 /etc | |
| parent | 491885030c29f46d688c9b0325f95feccd8d653e (diff) | |
| download | emacs-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -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 |
| 38 | counterparts from json.el. | 38 | counterparts from json.el. |
| 39 | 39 | ||
| 40 | ** Several configure options now accept an option-argument 'ifavailable'. | ||
| 41 | For example, './configure --with-xpm=ifavailable' now configures Emacs | ||
| 42 | to attempt to use libxpm but to continue building even if libxpm is absent. | ||
| 43 | The 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 |
| 41 | when possible, and a compatible regex substitute otherwise. This will | 47 | when possible, and a compatible regex substitute otherwise. This will |
| 42 | let developers maintain Emacs's own regex code without having to also | 48 | let developers maintain Emacs's own regex code without having to also |