autoconf
[Top][All Lists]
Advanced

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

AC_CHECK_HEADERS oddity


From: Clinton Roy
Subject: AC_CHECK_HEADERS oddity
Date: Sat, 23 Aug 2003 12:12:14 +1000
User-agent: Gnus/5.090007 (Oort Gnus v0.07) XEmacs/21.4 (Honest Recruiter, i386-redhat-linux)

Hey folks,

I'm looking for an ndbm header file, Solaris has <ndbm.h>, Redhat uses
<gdbm/ndbm.h> and Debian has <gdbm-ndbm.h>, so the call to
AC_CHECK_HEADERS is:

AC_CHECK_HEADERS(ndbm.h gdbm/ndbm.h gdbm-ndbm.h)

However, the generated configure script seems to think gdbm/ndbm.h and
gdbm-ndbm.h are the same:

checking ndbm.h usability... no
checking ndbm.h presence... no
checking for ndbm.h... no
checking gdbm/ndbm.h usability... no
checking gdbm/ndbm.h presence... no
checking for gdbm/ndbm.h... no
checking for gdbm-ndbm.h... (cached) no

Is there anything I'm missing?

thanks,

autoconf version: 2.57
-- 
Clinton Roy
Elvin Software Engineer - elvin.dstc.edu.au
Humbug Vice president   - www.humbug.org.au





reply via email to

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