19 Apr
2006
19 Apr
'06
8:37 p.m.
On 4/19/06, Fred Labrosse
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