diff options
| author | Glenn Morris | 2010-06-10 20:35:40 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-06-10 20:35:40 -0700 |
| commit | 338648ad799881124b517183ebbe0984b0656d92 (patch) | |
| tree | 6c5c523795212f79949e6058b6ad2cdc76767407 /etc | |
| parent | 3ef0a6a5fef081f5ea7e43cce7a1fc6bbcfbc012 (diff) | |
| download | emacs-338648ad799881124b517183ebbe0984b0656d92.tar.gz emacs-338648ad799881124b517183ebbe0984b0656d92.zip | |
Make compressing the info files optional.
* configure.in (--without-compress-info): New option.
(GZIP_INFO): New output variable.
* Makefile.in (GZIP_INFO): New, set by configure.
(install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
Handle man pages in the same way.
* etc/NEWS: Re-order installation section, and add new item.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 7 insertions, 3 deletions
| @@ -24,6 +24,13 @@ 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 | ** Configure links against libselinux if it is found. | ||
| 28 | You can disable this by using --without-selinux. | ||
| 29 | |||
| 30 | --- | ||
| 31 | ** By default, the installed Info and man pages are compressed. | ||
| 32 | You can disable this by configuring --without-compress-info. | ||
| 33 | |||
| 27 | --- | 34 | --- |
| 28 | ** There are new configure options: | 35 | ** There are new configure options: |
| 29 | --with-mmdf, --with-mail-unlink, --with-mailhost. | 36 | --with-mmdf, --with-mail-unlink, --with-mailhost. |
| @@ -34,9 +41,6 @@ lib-src/Makefile by hand in order to use the associated features. | |||
| 34 | ** There is a new configure option --with-crt-dir. | 41 | ** There is a new configure option --with-crt-dir. |
| 35 | This is only useful if your crt*.o files are in a non-standard location. | 42 | This is only useful if your crt*.o files are in a non-standard location. |
| 36 | 43 | ||
| 37 | ** Configure links against libselinux if it is found. | ||
| 38 | You can disable this by using --without-selinux. | ||
| 39 | |||
| 40 | 44 | ||
| 41 | * Startup Changes in Emacs 24.1 | 45 | * Startup Changes in Emacs 24.1 |
| 42 | 46 | ||