]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Add a FLAGS argument to AT_CHECK_M4SUGAR_TEXT.
authorZack Weinberg <zack@owlfolio.org>
Mon, 8 Jul 2024 18:43:53 +0000 (14:43 -0400)
committerZack Weinberg <zack@owlfolio.org>
Wed, 17 Jul 2024 17:16:21 +0000 (13:16 -0400)
commitfcfea736866c9e2d37a21c886b0bfc59f1cd0ea5
tree3fd79aca9c3d3648981b3e6d9f9cafd66a61467c
parent9737d7d985e52a1fca68591607bf1cbd0b2d7090
Add a FLAGS argument to AT_CHECK_M4SUGAR_TEXT.

This is not actually used within the testsuite at present, but is
handy for troubleshooting m4sugar tests.  For instance, you can pass
-v to a specific autom4te invocation and get told the underlying m4
invocation.

* tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT): Add fourth argument
  FLAGS which specifies additional command line arguments to pass to
  autom4te.
tests/m4sugar.at