doxygen and 1.6

Asked by matthew

Looks like when I build 1.6 using autogen.sh the build requires me to have doxygen even though I don't have the --enable-doc parameter on.

Question information

Language:
English Edit question
Status:
Answered
For:
rohc Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Didier Barvaux (didier-barvaux) said :
#1

Matthew,

> Looks like when I build 1.6 using autogen.sh the build requires
> me to have doxygen even though I don't have the --enable-doc
> parameter on.

Unlike the ./configure script, the ./autogen.sh script forces some
options on. That's the case of the --enable-doc option. To disable it,
use:
  $ ./autogen.sh --disable-doc

Regards,
Didier

Can you help with this problem?

Provide an answer of your own, or ask matthew for more information if necessary.

To post a message you must log in.