what is the best place for language specific macros ?

2006-07-11 Thread Guillaume Rousse
I'd like to start working on unifying various ocaml-related macros. However, I wonder what is the best place for submitting them: in ocaml tree directly, or in autoconf ? Is there any recommended practice for this ? -- Guillaume Rousse Projet Estime, INRIA Domaine de Voluceau Rocquencourt - B.P. 1

Re: AH_VERBATIM missing 2nd arg (was: OS/2 and stdarg module)

2006-07-11 Thread Bruno Haible
Ralf Wildenhues wrote: > But I wonder a bit whether some code makes use of this > "feature" that >AH_VERBATIM([key], [some code]) >dnl ... >AH_VERBATIM([key], []) # no code > > happens to not output the code. The AH_VERBATIM doc makes it clear that different TEMPLATE arguments to AH_V

Re: what is the best place for language specific macros ?

2006-07-11 Thread Paul Eggert
Guillaume Rousse <[EMAIL PROTECTED]> writes: > I'd like to start working on unifying various ocaml-related macros. > However, I wonder what is the best place for submitting them: in ocaml > tree directly, or in autoconf ? Is there any recommended practice for this ? We've accepted macros for othe