[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BUG] AC_CHECK_HEADERS failed in autoconf 2.64/2.65
From: |
Ralf Wildenhues |
Subject: |
Re: [BUG] AC_CHECK_HEADERS failed in autoconf 2.64/2.65 |
Date: |
Fri, 27 Nov 2009 19:55:09 +0100 |
User-agent: |
Mutt/1.5.20 (2009-08-09) |
Hello Alex,
* Alex Turbov wrote on Wed, Nov 25, 2009 at 09:28:10PM CET:
> m4_include(check-headers.m4)
> AC_CHECK_HEADERS([USED_C_HEADERS_LIST],,AC_MSG_ERROR([You need to have
> the libc and system headers installed]))
Aside, you should put m4 quotes around the third argument:
AC_CHECK_HEADERS([USED_C_HEADERS_LIST],,
[AC_MSG_ERROR([You need to have the libc and system headers
installed])])
Cheers,
Ralf
> dnl C header files:
> m4_define([USED_C_HEADERS_LIST], [fcntl.h float.h memory.h math.h
> stdio.h stdlib.h assert.h])