autoconf
[Top][All Lists]
Advanced

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

Re: AC_FOREACH public?


From: Alexandre Duret-Lutz
Subject: Re: AC_FOREACH public?
Date: Fri, 21 Oct 2005 23:42:14 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

>>> "KM" == Keith MARSHALL <address@hidden> writes:

 KM> When I write my configure.ac, aclocal.m4, or acinclude.m4, *every*
 KM> macro I use is, from my perspective, an *autoconf* macro.  That some
 KM> of these are called AC_*, AS_*, m4_*, or indeed anything else, is
 KM> not important to me -- they are still *autoconf* macros. 

But you are only using the top of the iceberg.  Other people
benefit from this clear layering.

When another user use `autom4te --lang=M4sh' to generate shell
scripts that are not configure scripts, it matters that AS_* and
m4_* are not Autoconf macros, and that m4_forearch is available.

Likewise when you use `autom4te --lang=M4sugar' to process any
kind of input with M4+convenient macros like m4_foreach.
-- 
Alexandre Duret-Lutz





reply via email to

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