Index: ChangeLog from Damien Thivolle damien@lrde.epita.fr
* configure.ac: Remove doxygen detection when ./configure is run with `--without-doc'.
Index: configure.ac --- configure.ac Tue, 13 Apr 2004 17:38:53 +0200 thivol_d (oln/3_configure. 1.47.1.1.1.1.1.4.1.15.1.16.1.4 600) +++ configure.ac Wed, 14 Apr 2004 16:41:06 +0200 thivol_d (oln/3_configure. 1.47.1.1.1.1.1.4.1.15.1.16.1.4 600) @@ -235,8 +235,12 @@ ### The reference manual uses Doxygen ### FIXME: could be much better.
-AC_CHECK_PROG([DOXYGEN], [doxygen], [doxygen]) + AC_ARG_WITH([doc], + [Doxygen is needed to build the doc], + [], + [AC_CHECK_PROG([DOXYGEN], [doxygen], [doxygen]) AC_CHECK_DOXYGEN_VERSION + ])
## if test -z "$DOXYGEN"; then ## AC_MSG_WARN([`doxygen' not found -- `doxygen' must be installed to generate the documentation])