aboutsummaryrefslogtreecommitdiffstats
path: root/admin/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-06-01 11:26:21 -0700
committerPaul Eggert2012-06-01 11:26:21 -0700
commit501390c597d59696e25b5c35142f6da9ce83fdf3 (patch)
tree22e54bb2ff44e05bf480cbd67dfd0a6e22e334f7 /admin/ChangeLog
parentbd56924f27bc0d56a21664fdb8a954e97842a270 (diff)
downloademacs-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/ChangeLog')
-rw-r--r--admin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 0c3bbf93873..3ed52c68154 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,8 @@
12012-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
12012-05-28 Paul Eggert <eggert@cs.ucla.edu> 62012-05-28 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 * CPP-DEFINES: Remove HAVE_SYSINFO. 8 * CPP-DEFINES: Remove HAVE_SYSINFO.