bug-autoconf
[Top][All Lists]
Advanced

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

AC_INCLUDES_DEFAULT


From: Reuben Thomas
Subject: AC_INCLUDES_DEFAULT
Date: Tue, 19 Mar 2019 15:19:41 +0000

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

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