source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: When manpath(1) is available, enable HAVE_MANPATH even when
@ 2015-03-11 13:16 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2015-03-11 13:16 UTC (permalink / raw)
  To: source

Log Message:
-----------
When manpath(1) is available, enable HAVE_MANPATH even when building
without database support.  Required now that we have man(1) even
without database support.

Modified Files:
--------------
    mdocml:
        configure

Revision Data
-------------
Index: configure
===================================================================
RCS file: /home/cvs/mdocml/mdocml/configure,v
retrieving revision 1.20
retrieving revision 1.21
diff -Lconfigure -Lconfigure -u -p -r1.20 -r1.21
--- configure
+++ configure
@@ -237,9 +237,7 @@ elif [ -z "${DBLIB}" ]; then
 fi
 
 # --- manpath ---
-if [ ${BUILD_DB} -eq 0 ]; then
-	HAVE_MANPATH=0
-elif ismanual manpath "${HAVE_MANPATH}"; then
+if ismanual manpath "${HAVE_MANPATH}"; then
 	:
 elif manpath 1>&3 2>&3; then
 	echo "manpath: yes" 1>&2
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-11 13:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-11 13:16 mdocml: When manpath(1) is available, enable HAVE_MANPATH even when schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).