about summary refs log tree commit diff stats
path: root/configure.in
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2021-02-28 19:58:23 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2021-02-28 19:58:23 +0000
commitd8fb38a2094a590e09976390a8f5af61e2dacaaf (patch)
treeca86f3a3b847a7af6535f2d47dc783462d399d47 /configure.in
parent7a1331d963675f18ad2a5c47944bfe5a67d6972a (diff)
downloadlynx-snapshots-d8fb38a2094a590e09976390a8f5af61e2dacaaf.tar.gz
snapshot of project "lynx", label v2-9-0dev_6e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d8839872..8fed4957 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-dnl $LynxId: configure.in,v 1.328 2021/01/06 23:44:30 tom Exp $
+dnl $LynxId: configure.in,v 1.330 2021/02/28 14:15:40 tom Exp $
 dnl
 dnl Process this file with autoconf to produce a configure script.
 dnl
@@ -109,6 +109,7 @@ AC_PROG_YACC
 AC_PROG_EGREP
 CF_PROG_LINT
 CF_MAKEFLAGS
+CF_MAKE_PHONY
 CF_MAKE_TAGS
 
 CF_ACVERSION_CHECK(2.52,
@@ -634,10 +635,14 @@ CF_ARG_ENABLE(htmlized-cfg,
 AC_MSG_RESULT($use_htmlized_cfg)
 
 LYNXCFG_MAKE=''
+LYNXCFG_NO_MAKE=''
 if test "$use_htmlized_cfg" = no ; then
 	LYNXCFG_MAKE='#'
+else
+	LYNXCFG_NO_MAKE='#'
 fi
 AC_SUBST(LYNXCFG_MAKE)
+AC_SUBST(LYNXCFG_NO_MAKE)
 
 dnl --------------------------------------------------------------------------
 AC_MSG_CHECKING(if local doc directory should be linked to help page)