[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: m4_defun_init
From: |
Eric Blake |
Subject: |
Re: m4_defun_init |
Date: |
Fri, 24 Oct 2008 14:20:12 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
Eric Blake <ebb9 <at> byu.net> writes:
> I will probably do another followup for autoconf macros that do one-shot
> initialization (think _AC_*_IFELSE, for starters), for even more speedup.
Phooey. _AC_*_IFELSE aren't currently one-shot (when you use multiple
languages, they create multiple ac_func_*_try_* shell functions across separate
invocations). But maybe AC_LANG_PUSH could be made to help out, by copying the
basic _AC_*_IFELSE implementation as part of AC_LANG(lang), so that each
language gets its own one-shot initializer copy. I'm still playing with it...
--
Eric Blake