>>> "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes:
[...]
Pavel> +AT_DATA(configure.ac,
Pavel> +[[AC_INIT([foo])
Pavel> +AC_MSG_ERROR([bad \"value\" found])
Pavel> +AC_OUTPUT([Makefile])]])
^^^
You need to break the line before the closing ]]), as in
[[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).
[...]
--
Alexandre Duret-Lutz