> Hm, I might be over picky, but I would have answered no. autoheader
> 2.13 is including all the paragraphs which are related to something
> which is AC_DEFINE'd, which is not necessarily all the content of
> acconfig.h.
What about AC_DEFINE_UNQUOTED? And, shouldn't autoheader check aclocal.m4,
too?
> I have a patch which I will submit for CVS Autoconf which includes the
> whole localdir's acconfig.h into config.h.in: it simplifies
> dramatically the code, and improves its robustness, IMHO.
I'll have to find a solution within configure.in for the time being,
because I can't force all developers to apply this patch (once it's
in the CVS). Looks like the only solution that'll work right now is
testing cache variables in configure.in and using explicit AC_DEFINEs.
But then, what's the point of writing your own macros? :-(