From: Zack Weinberg Date: Fri, 22 Dec 2023 14:56:44 +0000 (-0500) Subject: Revert debugging change committed by mistake X-Git-Tag: v2.72~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4fbe6436600eb166444687b0bec345066d04492c;p=thirdparty%2Fautoconf.git Revert debugging change committed by mistake Commit 3fbfb13e7a846e98fa931b2bce373b5b2364a11b includes a debugging hack that was not intended to be committed. Revert it. * tests/tools.at (autoconf: forbidden tokens, basic): Remove --verbose from second invocation of autoconf. --- diff --git a/tests/tools.at b/tests/tools.at index 703d0ffec..8359e77af 100644 --- a/tests/tools.at +++ b/tests/tools.at @@ -484,7 +484,7 @@ touch configure # Since warnings are replicated from the cache but "possibly undefined # macro" errors are not, a second run, without --force, should succeed # and should yield only the warnings about AC_INIT and AC_OUTPUT. -AT_CHECK_M4([autoconf --verbose], 0, [], +AT_CHECK_M4([autoconf], 0, [], [[trailer.m4: warning: AC_INIT was never used trailer.m4: warning: AC_OUTPUT was never used ]])