autoconf
[Top][All Lists]
Advanced

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

Re: Warnings are broken


From: Alexandre Duret-Lutz
Subject: Re: Warnings are broken
Date: 15 Feb 2001 09:45:43 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>> "Pavel" == Pavel Roskin <address@hidden> 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



reply via email to

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