From: vsr Date: Thu, 11 Sep 2008 03:33:36 +0000 (+0000) Subject: Implement 'make dist' and 'make distcheck' steps support X-Git-Tag: TG_TRIPOLI_qt4_porting~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f321e69054648e06e3b7eacc35b5151d66e08245;p=modules%2Fkernel.git Implement 'make dist' and 'make distcheck' steps support --- diff --git a/salome_adm/unix/config_files/check_htmlgen.m4 b/salome_adm/unix/config_files/check_htmlgen.m4 index ec51ec269..ae3d181f6 100644 --- a/salome_adm/unix/config_files/check_htmlgen.m4 +++ b/salome_adm/unix/config_files/check_htmlgen.m4 @@ -52,8 +52,20 @@ then esac AC_MSG_RESULT(doxygen with support STL - $DOXYGEN_WITH_STL) AC_MSG_RESULT(doxygen with support PYTHON - $DOXYGEN_WITH_PYTHON) + if test "$DOXYGEN_WITH_PYTHON" == "yes" ; then + DOXYGEN_PYTHON_EXTENSION="*.py" + else + DOXYGEN_PYTHON_EXTENSION="" + fi + if test "$DOXYGEN_WITH_STL" == "yes" ; then + DOXYGEN_SUPPORT_STL="YES" + else + DOXYGEN_SUPPORT_STL="NO" + fi AC_SUBST(DOXYGEN_WITH_PYTHON) + AC_SUBST(DOXYGEN_PYTHON_EXTENSION) AC_SUBST(DOXYGEN_WITH_STL) + AC_SUBST(DOXYGEN_SUPPORT_STL) fi dnl AC_SUBST(DOXYGEN)