bug-autoconf
[Top][All Lists]
Advanced

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

Re: 2.62 AT_SETUP limitations


From: Ralf Wildenhues
Subject: Re: 2.62 AT_SETUP limitations
Date: Tue, 22 Apr 2008 23:10:37 +0200
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

* Eric Blake wrote on Tue, Apr 22, 2008 at 10:23:03PM CEST:
> Ralf Wildenhues <Ralf.Wildenhues <at> gmx.de> writes:
> > 
> > Thinking about it, it's clear that [ ] should have been written as
> > @|:@  @:|@
> 
> How so?  C99 supports <: and :> as the digraphs for [ and ].

I wasn't being very serious.

> Any other votes for the preferred spelling?

I'm fine with what you suggest.  Nits below.

> @@ -10904,6 +10912,14 @@ m4_quote(active2, active2)
>  @result{}ACT, IVE,ACT, IVE
>  m4_expand([active2, active2])
>  @result{}ACT, IVE, ACT, IVE
> +m4_expand([case $foo in #(
> +  [[!@@<:@@]]bar) blah ;;

How come this line doesn't end in #( ?

> +  *@@:@}@@ baz ;;
> +esac])
> address@hidden $foo in #(
> address@hidden  [![]) blah ;;

Likewise.

> address@hidden  *) baz ;;
> address@hidden
>  @end example
>  @end defmac

Cheers,
Ralf




reply via email to

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