Why doesn't autoconf pass the AC_CHECK_HEADER test when the .h is file clearly available?
问题 I am having a bear of a time getting autoconf to check for the presence of a particular header file. Let's call the header dependency "inky.h", and let's say that inky is a library that was installed (seperately) with the prefix set to "/usr/local". This put "inky.h" in /usr/local/inky/inky.h and libinky.so in /usr/local/lib. Now, I'm trying to verify the presence of inky.h in my applications configure.ac as follows: dnl # Setup temp LDFLAGS and look for inky library/header LDFLAGS_SAVE=$