]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
Use "doc" man page format if mandoc present.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 10 May 2019 05:04:42 +0000 (15:04 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 10 May 2019 05:04:42 +0000 (15:04 +1000)
commit285546b73e2c172565c992a695927ac8cf3b4cc6
treee54dc383f1acae8ed8f24973ce4a5723fbd8a7ac
parent62dd70613b77b229f53db3cc1c3e8a206fa2b582
Use "doc" man page format if mandoc present.

Previously configure would not select the "doc" man page format if
mandoc was present but nroff was not.  This checks for mandoc first
and removes a now-superflous AC_PATH_PROG.  Based on a patch from
vehk at vehk.de and feedback from schwarze at usta.de.
configure.ac