]> git.ipfire.org Git - thirdparty/automake.git/commit
automake: add missing AC_MSG_RESULT calls to AM_SANITY_CHECK.
authorRichard Hansen <rhansen@rhansen.org>
Thu, 20 Feb 2025 23:43:49 +0000 (15:43 -0800)
committerKarl Berry <karl@freefriends.org>
Thu, 20 Feb 2025 23:43:49 +0000 (15:43 -0800)
commit32b3cfa5fe94917da9b03f66b4ef083daeeca6b6
treeaafbd16b50454df87b320c9d7608c67fab9f25cb
parenteea0eb972b02605a007e9e06dd12f912f3c294aa
automake: add missing AC_MSG_RESULT calls to AM_SANITY_CHECK.

From https://bugs.gnu.org/76448 (automake-patches).

* m4/sanity.m4 (AM_SANITY_CHECK): Call AC_MSG_RESULT before erroring
out so that a complete line is printed to stdout before the error
message is written to stderr.
* NEWS: mention this.
* THANKS: add Richard.
NEWS
THANKS
m4/sanity.m4