bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AT_LINE


From: Ralf Wildenhues
Subject: AT_LINE
Date: Sun, 13 Sep 2009 17:48:47 +0200
User-agent: Mutt/1.5.20 (2009-08-09)

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

[Prev in Thread] Current Thread [Next in Thread]