autoconf
[Top][All Lists]
Advanced

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

Re: Confusing sample in autoconf manual


From: NightStrike
Subject: Re: Confusing sample in autoconf manual
Date: Wed, 2 Sep 2009 11:44:16 -0400

On Sun, Aug 9, 2009 at 1:08 PM, santilistas<address@hidden> wrote:
> By the way, is this the correct list to send this remarks?
>
> In section 3.1.2 The Autoconf language, there is the example on Iron
> Maiden and AC_DC.
>
> @example
> echo "Hard rock was here!  --[AC_DC]"
> @end example
>
> which results in:
>
> @example
> echo "Hard rock was here!  --AC_DC"
> @end example
>
>
> that demonstrates the losing of the quotation. However, a little bit
> below there is this example:
>
> @example
> AC_MSG_WARN([[AC_DC stinks  --Iron Maiden]])
> @end example
>
> which tries to show that the quotation is lost, but there is no quotation.
>
> Shouldn't it be written like this?:
>
> @example
> AC_MSG_WARN([[AC_DC stinks  --[Iron Maiden] ]])
> @end example
>
>
> --santilín
>
>
> _______________________________________________
> Autoconf mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/autoconf
>

Just wondering if there was a reply to this that I can't seem to find....




reply via email to

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