Use value of nroff from configure

This commit is contained in:
Todd C. Miller
2010-06-04 09:40:01 -04:00
parent 3fbd834783
commit 4ecb005663

View File

@@ -24,7 +24,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@ top_srcdir = @top_srcdir@
# Tools to use # Tools to use
NROFF = nroff -Tascii NROFF = @NROFFPROG@ -Tascii
# Our install program supports extra flags... # Our install program supports extra flags...
INSTALL = $(SHELL) $(top_srcdir)/install-sh -c INSTALL = $(SHELL) $(top_srcdir)/install-sh -c