]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Revert debugging change committed by mistake
authorZack Weinberg <zack@owlfolio.org>
Fri, 22 Dec 2023 14:56:44 +0000 (09:56 -0500)
committerZack Weinberg <zack@owlfolio.org>
Fri, 22 Dec 2023 14:56:44 +0000 (09:56 -0500)
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.

tests/tools.at

index 703d0ffec4b62573f06e70d2156d82627de51c9a..8359e77af76137abeed0ce291eeac88de6853561 100644 (file)
@@ -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
 ]])