From f321e69054648e06e3b7eacc35b5151d66e08245 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 11 Sep 2008 03:33:36 +0000 Subject: [PATCH] Implement 'make dist' and 'make distcheck' steps support --- salome_adm/unix/config_files/check_htmlgen.m4 | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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) -- 2.39.2