[BACK]Return to configure CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/configure between version 1.20 and 1.22

version 1.20, 2015/02/16 16:23:54 version 1.22, 2015/03/18 17:13:37
Line 237  elif [ -z "${DBLIB}" ]; then
Line 237  elif [ -z "${DBLIB}" ]; then
 fi  fi
   
 # --- manpath ---  # --- manpath ---
 if [ ${BUILD_DB} -eq 0 ]; then  if ismanual manpath "${HAVE_MANPATH}"; then
         HAVE_MANPATH=0  
 elif ismanual manpath "${HAVE_MANPATH}"; then  
         :          :
 elif manpath 1>&3 2>&3; then  elif manpath 1>&3 2>&3; then
         echo "manpath: yes" 1>&2          echo "manpath: yes" 1>&2
Line 384  INSTALL_TARGETS="base-install"
Line 382  INSTALL_TARGETS="base-install"
 cat << __HEREDOC__  cat << __HEREDOC__
 BUILD_TARGETS   = ${BUILD_TARGETS}  BUILD_TARGETS   = ${BUILD_TARGETS}
 INSTALL_TARGETS = ${INSTALL_TARGETS}  INSTALL_TARGETS = ${INSTALL_TARGETS}
   CC              = ${CC}
 CFLAGS          = ${CFLAGS}  CFLAGS          = ${CFLAGS}
 DBLIB           = ${DBLIB}  DBLIB           = ${DBLIB}
 STATIC          = ${STATIC}  STATIC          = ${STATIC}

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.22

CVSweb