diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-06-01 11:26:21 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-06-01 11:26:21 -0700 |
commit | 501390c597d59696e25b5c35142f6da9ce83fdf3 (patch) | |
tree | 22e54bb2ff44e05bf480cbd67dfd0a6e22e334f7 /INSTALL.BZR | |
parent | bd56924f27bc0d56a21664fdb8a954e97842a270 (diff) | |
download | emacs-501390c597d59696e25b5c35142f6da9ce83fdf3.tar.gz |
Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
It is confusingly named and rarely useful. See, for example,
<http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
* INSTALL.BZR: Don't mention --disable-maintainer-mode.
* Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
* configure.in: Remove --disable-maintainer-mode.
(USE_MAINTAINER_MODE, MAINT): Remove.
* admin/make-tarball.txt: Don't worry about maintainer mode.
* etc/NEWS: Mention this.
Diffstat (limited to 'INSTALL.BZR')
-rw-r--r-- | INSTALL.BZR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.BZR b/INSTALL.BZR index 93e53fd09aa..675eaaf12df 100644 --- a/INSTALL.BZR +++ b/INSTALL.BZR @@ -30,7 +30,7 @@ options you can set): If you want later builds to go faster, at the expense of sometimes doing the wrong thing if you update the build procedure, you can -invoke "./configure -C --disable-maintainer-mode" instead. +invoke "./configure -C" instead. Some of the files that are included in the Emacs tarball, such as byte-compiled Lisp files, are not stored in Bazaar. Therefore, to |