I found this in the mvapich commits: (http://mail.cse.ohio-state.edu/pipermail/mvapich-commit/2010-June/001283.html)
No need to build the doc directory Modified: mvapich2/trunk/src/mpid/ch3/channels/mrail/src/hwloc/Makefile.am =================================================================== --- mvapich2/trunk/src/mpid/ch3/channels/mrail/src/hwloc/Makefile.am 2010-06-29 22:01:58 UTC (rev 3997) +++ mvapich2/trunk/src/mpid/ch3/channels/mrail/src/hwloc/Makefile.am 2010-06-29 22:02:09 UTC (rev 3998) @@ -7,7 +7,7 @@ SUBDIRS = src include if HWLOC_BUILD_STANDALONE -SUBDIRS += utils tests doc +SUBDIRS += utils tests endif If more people are going to use hwloc in standalone-mode inside other projects, maybe we need to talk: * tell them to switch to the embedded mode ? if not, what do they miss in the embedded mode ? * look at supporting the disabling the doc/tools build when called by AC_CONFIG_SUBDIRS ? Brice