[bug#76448] [PATCH] automake: add missing AC_MSG_RESULT calls to AM_SANITY_CHECK

2025-02-20 Thread Richard Hansen
* 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. --- m4/sanity.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/m4/sanity.m4 b/m4/sanity.m4 index 53538a873..be4b16113 100644

bug#76448: [PATCH] automake: add missing AC_MSG_RESULT calls to AM_SANITY_CHECK

2025-02-20 Thread Karl Berry
* 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. I pushed this. (surprisingly, no tests failed for me. :) Thanks Richard.