Pavel Roskin <[EMAIL PROTECTED]> writes:
> Hello, Alexandre!
>
> > [[AC_INIT([foo])
> > AC_MSG_ERROR([bad \"value\" found])
> > AC_OUTPUT([Makefile])
> > ]])
> >
> > it took me a while to figure that when I submitted the
> > AC_CACHE_CHECK test (in my case the resulting testsuite
> > was just syntaxically invalid).
>
> Thanks!
>
> If the second argument to AT_DATA doesn't end with a newline, then _ATEOF
> is glued with the last line.
Yep.
> I believe AT_DATA needs a sanity check.
Nope, this will solved by itself once Autotest moved atop autom4ke:
the _AT pattern will be caught just like AC_.