Kaynağa Gözat

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

Nathalie Furmento 11 yıl önce
ebeveyn
işleme
e28a2bb114
1 değiştirilmiş dosya ile 0 ekleme ve 8 silme
  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