gtk-doc.patch 641 B

12345678910111213141516171819
  1. diff --git a/configure.ac b/configure.ac
  2. index d0bb1a1..5eee551 100644
  3. --- a/configure.ac
  4. +++ b/configure.ac
  5. @@ -36,6 +36,13 @@ AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz no-dist-gzip tar-ustar])
  6. AM_MAINTAINER_MODE([enable])
  7. m4_include([Source/autotools/SetupAutomake.m4])
  8. +# check for gtk-doc
  9. +m4_ifdef([GTK_DOC_CHECK], [
  10. +GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
  11. +],[
  12. +AM_CONDITIONAL([ENABLE_GTK_DOC], false)
  13. +])
  14. +
  15. ######################################################################################
  16. # Processing of configuration files
  17. ######################################################################################