maint-mode: fix botched configure messages
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 29 Oct 2011 10:15:59 +0000 (12:15 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 3 Nov 2011 10:26:10 +0000 (11:26 +0100)
commita45c636491dda9b628266c2dfed5457a90baba1e
treef54410e3e8f8ca3ab61d32b54e1bb916e0612498
parentcb9f2c28b2cb8bdcc942468008765598f87f425c
maint-mode: fix botched configure messages

This change fixes automake bug#9890.

* m4/maintainer.m4 (AM_MAINTAINER_MODE): Fix the "checking ..."
configure message related to the enabling/disabling of maintainer
mode.
* tests/help-maintainer.test: Renamed ...
* tests/maintmode-configure-msg.test: ... to this, and extended
to cover the fixed bug.  Also, since we are at it, make grepping
of configure help screens stricter, and throw in some few other
changes to reduce code duplication and enhance readability.
* tests/Makefile.am (TESTS): Update.
* THANKS: Update with Zack's new e-mail address.

Report and initial patch by Zack Weinberg, test cases added by
Stefano Lattarini.
ChangeLog
THANKS
m4/maintainer.m4
tests/Makefile.am
tests/Makefile.in
tests/help-maintainer.test [deleted file]
tests/maintmode-configure-msg.test [new file with mode: 0755]