]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Implement 'make dist' and 'make distcheck' steps support
authorvsr <vsr@opencascade.com>
Thu, 11 Sep 2008 03:33:36 +0000 (03:33 +0000)
committervsr <vsr@opencascade.com>
Thu, 11 Sep 2008 03:33:36 +0000 (03:33 +0000)
salome_adm/unix/config_files/check_htmlgen.m4

index ec51ec26935d0ec68c741c1561f87da27be8d9e5..ae3d181f622483bfbaeb95aa95dcca9da29a94a5 100644 (file)
@@ -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)