autoconf
[Top][All Lists]
Advanced

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

Re: comma separated lists


From: Peter Eisentraut
Subject: Re: comma separated lists
Date: Fri, 10 Jan 2003 23:03:33 +0100 (CET)

Bruno Haible writes:

> AC_CHECK_HEADERS wants a whitespace separated list.
> AC_CHECK_FUNCS wants a whitespace separated list.
> AC_CHECK_DECLS wants a comma separated list.
> AC_LIBSOURCES wants a comma separated list.
>
> Why?!

The advantage of comma-separated lists are that they can be processed
naturally as lists in m4, whereas the whitespace-separated lists are just
passed through as a blob of data, usually to shell loop.  Eventually, all
macros will use the comma style.

-- 
Peter Eisentraut   address@hidden





reply via email to

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