[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_DEFUN_ONCE semantics
From: |
Ralf Wildenhues |
Subject: |
Re: AC_DEFUN_ONCE semantics |
Date: |
Mon, 26 Jan 2009 20:02:58 +0100 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Hi Eric,
* Eric Blake wrote on Mon, Jan 26, 2009 at 06:09:28PM CET:
> * lib/m4sugar/m4sugar.m4 (m4_defun_once): Rewrite to be no-op,
> rather than warning, on second use, and make sure first use never
> occurs out of order.
This means that the user may practically never directly call a
defun_once'd macro within a shell conditional, right? Sounds
like a backward incompatibility to me, hopefully a small one.
Thanks,
Ralf
- AC_DEFUN_ONCE semantics, Eric Blake, 2009/01/26
- Re: AC_DEFUN_ONCE semantics, Eric Blake, 2009/01/26
- Re: AC_DEFUN_ONCE semantics, Ralf Wildenhues, 2009/01/27
- Re: AC_DEFUN_ONCE semantics, Paolo Bonzini, 2009/01/27
- Re: AC_DEFUN_ONCE semantics, Eric Blake, 2009/01/27
Re: AC_DEFUN_ONCE semantics, Eric Blake, 2009/01/28