diff urogue/configure.ac @ 275:aa0eefcd7df6

UltraRogue: build and install documentation in the Makefile.
author John "Elwin" Edwards
date Sat, 09 Sep 2017 07:25:23 -0400
parents 51ddbe7b992d
children 6376b514a30b
line wrap: on
line diff
--- a/urogue/configure.ac	Tue Sep 05 21:03:26 2017 -0400
+++ b/urogue/configure.ac	Sat Sep 09 07:25:23 2017 -0400
@@ -30,10 +30,9 @@
 AC_PROG_INSTALL
 
 # Programs to process the documentation
-#AC_CHECK_PROG([NROFF], [nroff], [nroff],)
-#AC_CHECK_PROG([GROFF], [groff], [groff],)
-#AC_CHECK_PROG([COLCRT], [colcrt], [colcrt],)
-#AC_CHECK_PROG([TBL], [tbl], [tbl],)
+AC_CHECK_PROG([NROFF], [nroff], [nroff],)
+AC_CHECK_PROG([GROFF], [groff], [groff],)
+AC_CHECK_PROG([COLCRT], [colcrt], [colcrt],)
 
 AC_ARG_WITH(program-name, AC_HELP_STRING([--with-program-name=NAME],[alternate executable name]),[progname="$withval" ], [progname="urogue"] )
 PROGRAM=$progname