Searched refs:DOXYGEN (Results 1 – 5 of 5) sorted by relevance
9 DOXYGEN= @DOXYGEN@21 $(DOXYGEN) $< >./doxygen.out 2>&1
34 $(DOXYGEN) Doxyfile
138 AC_PATH_PROGS([DOXYGEN], [doxygen])139 if test -z "$DOXYGEN"; then147 doxygen_version=`$DOXYGEN --version`150 DOXYGEN=""],153 if test "x$DOXYGEN" = "x" -a "x$build_documentation" = "xyes"; then194 [test -n "$DOXYGEN"])AM_COND_IF([HAVE_DOXYGEN],363 if test "x$build_documentation" = "xyes" -a "x$DOXYGEN" != "x"; then365 AC_MSG_RESULT([ --> Doxygen around : "yes" ($DOXYGEN $doxygen_version)])
37 AC_PATH_PROG(DOXYGEN, doxygen, [:])
2231 case $DOXYGEN in2233 ac_cv_path_DOXYGEN="$DOXYGEN" # Let the user override the test with a path.2255 DOXYGEN=$ac_cv_path_DOXYGEN2256 if test -n "$DOXYGEN"; then2257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DOXYGEN" >&52258 $as_echo "$DOXYGEN" >&6; }