I'm trying to use doxygen to document my project's source code, and I'm using autotools for the build system. I've downloaded the ax_prog_doxygen.m4
macro from the autoconf-archive repository, made the changes to aminclude.am and made sure to call DX_INIT_DOXYGEN and the rest in configure.ac.
All commands to generate the configure scripts and makefiles work correctly, but I can't actually make the project anymore, failing with this error:
Makefile:833: *** missing separator. Stop
Full code is at https://gist.github.com/3690227