-Please note that it is currently not possible to use @code{$(srcdir)/}
-or @code{$(top_srcdir)/} in the @code{TESTS} variable. This technical
-limitation is necessary to avoid generating test logs in the source tree
-and has the unfortunate consequence that it is not possible to specify
-distributed tests that are themselves generated by means of explicit
-rules, in a way that is portable to all @command{make} implementations
-(@pxref{Make Target Lookup,,, autoconf, The Autoconf Manual}, the
-semantics of FreeBSD and OpenBSD @command{make} conflict with this).
-In case of doubt you may want to require to use GNU @command{make},
-or work around the issue with inference rules to generate the tests.
+It is currently not possible to use @code{$(srcdir)/} or
+@code{$(top_srcdir)/} in the @code{TESTS} variable. This technical
+limitation is necessary to avoid generating test logs in the source
+tree and has the unfortunate consequence that it is not possible to
+specify distributed tests that are themselves generated by means of
+explicit rules, in a way that is portable to all @command{make}
+implementations (@pxref{Make Target Lookup,,, autoconf, The Autoconf
+Manual}; the semantics of FreeBSD and OpenBSD @command{make} conflict
+with this). In case of doubt you may want to require to use GNU
+@command{make}, or work around the issue with inference rules to
+generate the tests.