Error message when compiling without doxygen
If I run
./configure CC=icc --disable-doxygen-doc
and then
make
I get the following error message from doxygen:
make[2]: Leaving directory '/homea/hpclab/train003/Codes/swiftsim/examples' Making all in doc make[2]: Entering directory '/homea/hpclab/train003/Codes/swiftsim/doc' SRCDIR='.' PROJECT='libswift' DOCDIR='doc/' VERSION='0.1.0' HAVE_DOT='NO' GENERATE_MAN='NO' GENERATE_RTF='NO' GENERATE_XML='NO' GENERATE_HTMLHELP='NO' GENERATE_CHI='NO' GENERATE_HTML='NO' GENERATE_LATEX='NO' Doxyfile /bin/sh: Doxyfile: command not found make[2]: *** [doxyfile.stamp] Error 127
The Makefile seems to try to run Doxygen even if the configuration script was explicitly told not to.