autoconf
[Top][All Lists]
Advanced

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

RE: AC_CHECK_HEADERS


From: Guus LEEUW
Subject: RE: AC_CHECK_HEADERS
Date: Thu, 7 Oct 2004 14:21:03 +0200

> -----Original Message-----
> From: address@hidden 
> [mailto:address@hidden On Behalf 
> Of Steve Kreyer
> Sent: Thursday, October 07, 2004 2:17 PM
> Subject: AC_CHECK_HEADERS
> 
> AC_HEADER_STDC([])

Use AC_HEADER_STDC without the brackets if you don't mind. ;) Easier
reading, plus your not giving arguments anyways.

> AC_CHECK_HEADERS([$(threadpath)/thread.h, sys/socket.h, 
> netinet/in.h, arpa/inet.h]) AC_FUNC_ALLOCA

No need for the commas. Remember: this is shell ;)

Also AC_FUNC_ALLOCA might be put on a new line for easier reading.

Cheers,
Guus





reply via email to

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