Hello,

Peter brought this minor Autotest issue up on libtool-patches recently:

With something like

m4_foreach([var], [some, val, ues],     dnl line N
[AT_SETUP([tests based on var])
...
AT_CHECK(...)                           dnl another line
...
AT_CHECK(...)                           dnl yet another line
...
AT_CLEANUP
])

all debug output will list line N as the originator for the checks.

Is it possible to realize in M4 in Autotest to list another or yet
another line as line numbers?

Thanks,
Ralf


Reply via email to