I'm trying to use this macro to indicate which headers should be used for
e.g. AC_CHECK_SIZEOF, but the argument I supply is just copied verbatim
into configure, and not used to set ac_includes_default. What am I doing
wrong?

For example:

AC_INIT(foo, 0.1)
AC_INCLUDES_DEFAULT([#include "foo.h"])

I just find a line in configure with

#include "foo.h"

which is just a comment to m4.

-- 
https://rrt.sc3d.org

Reply via email to