diff options
| author | Paul Eggert | 2012-06-01 11:26:21 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-06-01 11:26:21 -0700 |
| commit | 501390c597d59696e25b5c35142f6da9ce83fdf3 (patch) | |
| tree | 22e54bb2ff44e05bf480cbd67dfd0a6e22e334f7 /admin | |
| parent | bd56924f27bc0d56a21664fdb8a954e97842a270 (diff) | |
| download | emacs-501390c597d59696e25b5c35142f6da9ce83fdf3.tar.gz emacs-501390c597d59696e25b5c35142f6da9ce83fdf3.zip | |
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 'admin')
| -rw-r--r-- | admin/ChangeLog | 5 | ||||
| -rw-r--r-- | admin/make-tarball.txt | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 0c3bbf93873..3ed52c68154 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-06-01 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Remove --disable-maintainer-mode option from 'configure'. (Bug#11555) | ||
| 4 | * make-tarball.txt: Don't worry about maintainer mode. | ||
| 5 | |||
| 1 | 2012-05-28 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2012-05-28 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | * CPP-DEFINES: Remove HAVE_SYSINFO. | 8 | * CPP-DEFINES: Remove HAVE_SYSINFO. |
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 0acd29bbc13..ea9c4a3c2d1 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt | |||
| @@ -28,13 +28,7 @@ For each step, check for possible errors. | |||
| 28 | refer to a newer release of Emacs. (This is probably needed only | 28 | refer to a newer release of Emacs. (This is probably needed only |
| 29 | when preparing a major Emacs release, or branching for it.) | 29 | when preparing a major Emacs release, or branching for it.) |
| 30 | 30 | ||
| 31 | 5. Edit configure.in so that maintainer-mode is off by default. | 31 | 5. autoreconf -i -I m4 --force |
| 32 | (FIXME - need to find a better way of dealing with this. | ||
| 33 | Or maybe it's fine and indeed correct to leave it on? | ||
| 34 | See http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00859.html | ||
| 35 | and subsequent.) | ||
| 36 | |||
| 37 | autoreconf -i -I m4 --force | ||
| 38 | make bootstrap | 32 | make bootstrap |
| 39 | 33 | ||
| 40 | 6. Commit etc/AUTHORS, all the files changed by M-x set-version, and | 34 | 6. Commit etc/AUTHORS, all the files changed by M-x set-version, and |