$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Johan Oudinet (johan.oudinet_at_[hidden])
Date: 2006-04-19 16:37:36
On 4/19/06, Fred Labrosse <ffl_at_[hidden]> wrote:
> All,
>
> Anybody knows of autoconf macros that would test for the presence of graph
autoconf means the tool in autotools ?
> related stuff? I could not find any in boost itself and the ones on the
> Web are not specific to BGL.
>
If I understand your question, try this :
AC_CHECK_HEADER([boost/graph/adjacency_list.hpp], [],
[AC_MSG_FAILURE([Boost headers missing.])])
and repeat for each boost header used in your project.
> Cheers,
>
Regards,
-- Johan