> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] 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



_______________________________________________
Autoconf mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to