From: Todd C. Miller Date: Fri, 4 Jun 2010 13:40:01 +0000 (-0400) Subject: Use value of nroff from configure X-Git-Tag: SUDO_1_8_0~532 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ecb0056638b42c0ae1dde94e8e2869b330bc7f7;p=sudo Use value of nroff from configure --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 65f4071c4..040776749 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -24,7 +24,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # Tools to use -NROFF = nroff -Tascii +NROFF = @NROFFPROG@ -Tascii # Our install program supports extra flags... INSTALL = $(SHELL) $(top_srcdir)/install-sh -c