]> granicus.if.org Git - pgbouncer/commit
Fix handling of absent rst2man
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 14 Dec 2017 18:54:58 +0000 (13:54 -0500)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 14 Dec 2017 18:54:58 +0000 (13:54 -0500)
commitdaf73978450dcb3a05b2805d7a14c819896f8f3a
treeb923131ea6c35668bc4d55ce42e21a0b21d52746
parent7c61a2aad9a0bd901de68135d4840e524ebeb24e
Fix handling of absent rst2man

The makefile line

    RST2MAN ?= rst2man

didn't have the desired effect, because config.mak sets RST2MAN, and ?=
doesn't do anything if the variable is set to empty.  So instead let
configure put in a default value if the program cannot be found.
configure.ac
doc/Makefile