[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 23-less-ac-subst.patch
From: |
Akim Demaille |
Subject: |
Re: 23-less-ac-subst.patch |
Date: |
24 Jan 2001 08:48:40 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake) |
>>>>> "Pavel" == Pavel Roskin <address@hidden> writes:
Pavel> m4_expand_once(foo) will expand foo unless it was expanded
Pavel> before (i.e. it's provided) and mark foo as provided.
Correct. The point is that if there is twice AC_ARG_VAR(FOO) but with
two different docs, keep only one.
Pavel> It's not a "witness", it's a "token", "handle" or maybe an
Pavel> "alias". Anyway, let's not waste time discussing it.
OK, I kept it :)
Pavel> By the way, consider factoring m4_ifval([$2], [[$2]], [[$1]])
Pavel> which is used twice. Maybe m4_default can help.
Nope, or you need m4_qifval or so, for the additional quotation (if
you write m4_default([[$2]], [[$1]]), then of course the first choice
will always be kept since it cannot be empty: there are at least the
two outer brackets.
Re: 23-less-ac-subst.patch, Raja R Harinath, 2001/01/23