[Github-comments] [geany] Gtkdoc hdr (#890)

Colomban Wendling notifications at xxxxx
Thu Feb 11 17:48:35 UTC 2016


> @@ -70,3 +70,16 @@ AC_DEFUN([GEANY_CHECK_DOCUTILS_PDF],
>  	AM_CONDITIONAL([WITH_RST2PDF], [test "x$geany_enable_pdf_docs" != "xno"])
>  	GEANY_STATUS_ADD([Build PDF documentation], [$geany_enable_pdf_docs])
>  ])
> +
> +dnl
> +dnl GEANY_CHECK_PYTHON
> +dnl For gtkdoc header generation
> +dnl
> +AC_DEFUN([GEANY_CHECK_PYTHON],
> +[
> +	AM_PATH_PYTHON([2.7], [], [])

does it work being optional if the 3rd argument is totally empty like this?  otherwise, just use the shell no-op `:` as the content of the third

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/890/files#r52638581
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160211/e8a4f729/attachment.html>


More information about the Github-comments mailing list