浏览代码

configure.ac: build doc with any version of doxygen. The output will be different, but still valid

Nathalie Furmento 11 年之前
父节点
当前提交
e28a2bb114
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. 0 8
      configure.ac

+ 0 - 8
configure.ac

@@ -2305,14 +2305,6 @@ if test "$enable_build_doc" = "yes" ; then
    AC_PATH_PROG(doxygencommand, doxygen)
    if test "$doxygencommand" = "" ; then
       	enable_build_doc="no"
-   else
-   	DOXYGEN_VERSION_MAJOR=`$doxygencommand --version| cut -d '.' -f1`
-	DOXYGEN_VERSION_MINOR=`$doxygencommand --version| cut -d '.' -f2`
-	if test $DOXYGEN_VERSION_MAJOR -ge 1 -a $DOXYGEN_VERSION_MINOR -ge 8 ; then
-	   	enable_build_doc="yes"
-	else
-	   	enable_build_doc="no"
-	fi
    fi
    AC_PATH_PROG(pdflatex, pdflatex)
    if test "pdflatexcommand" = "" ; then