Lines Matching refs:doxygen
1530 # the --with-doxygen option, it allows maximum flexibilty in making decisions
1531 # as whether or not to use the doxygen package. When DEFAULT is not specified,
1532 # --with-doxygen assumes 'auto'.
1536 # DOXYGEN: returns the path of the doxygen program found
1538 # --with-doxygen: 'yes' user instructs the module to use doxygen
1539 # 'no' user instructs the module not to use doxygen
1544 AC_ARG_VAR([DOXYGEN], [Path to doxygen command])
1546 AC_ARG_WITH(doxygen,
1547 AS_HELP_STRING([--with-doxygen],
1548 [Use doxygen to regenerate documentation (default: ]_defopt[)]),
1553 AC_PATH_PROG([DOXYGEN], [doxygen])
1555 AC_MSG_WARN([doxygen not found - documentation targets will be skipped])
1561 AC_PATH_PROG([DOXYGEN], [doxygen])
1563 AC_MSG_ERROR([--with-doxygen=yes specified but doxygen not found in PATH])
1568 AC_MSG_WARN([ignoring DOXYGEN environment variable since --with-doxygen=no was specified])
1572 AC_MSG_ERROR([--with-doxygen expects 'yes' or 'no'])
1576 # scrape the doxygen version
1577 AC_MSG_CHECKING([the doxygen version])
1582 AC_MSG_WARN([doxygen version $doxygen_version found, but $1 needed])
1585 AC_MSG_ERROR([doxygen version $doxygen_version found, but $1 needed])
1820 # XORG_WITH_DOXYGEN --with-doxygen
1853 # XORG_WITH_DOXYGEN --with-doxygen
1886 # XORG_WITH_DOXYGEN --with-doxygen