On Wed, Feb 9, 2011 at 4:39 AM, Ralf Corsepius <rc040...@freenet.de> wrote:
>> At the least, constructs like
>> AC_CHECK_HEADERS([stdint.h unistd.h fcntl.h sys/mman.h sys/stat.h])
>> could check all the entries in parallel.
>
> Only simple scenarios, in which headers and header search paths are static -
> This often doesn't apply to complex configurations.

Wait, I'm confused ... how can the results of checking for "stdint.h"
affect the subsequent check for "unistd.h"?

[I meant, all the entries _within a single invocation_ (of
AC_CHECK_HEADERS, etc) could be checked in parallel...]

-miles

-- 
Cat is power.  Cat is peace.

_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to