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

Diff for /mandoc/configure between version 1.43.2.6 and 1.43.2.8

version 1.43.2.6, 2016/10/20 18:52:27 version 1.43.2.8, 2017/01/12 15:47:47
Line 147  ismanual() {
Line 147  ismanual() {
 singletest() {  singletest() {
         cat 1>&3 << __HEREDOC__          cat 1>&3 << __HEREDOC__
 ${1}${3}: testing...  ${1}${3}: testing...
 ${COMP} ${3} -o test-${1} test-${1}.c  ${COMP} -o test-${1} test-${1}.c ${3}
 __HEREDOC__  __HEREDOC__
   
         if ${COMP} ${3} -o "test-${1}" "test-${1}.c" 1>&3 2>&3; then          if ${COMP} -o "test-${1}" "test-${1}.c" ${3} 1>&3 2>&3; then
                 echo "${1}${3}: ${CC} succeeded" 1>&3                  echo "${1}${3}: ${CC} succeeded" 1>&3
         else          else
                 echo "${1}${3}: ${CC} failed with $?" 1>&3                  echo "${1}${3}: ${CC} failed with $?" 1>&3
Line 262  elif runtest sqlite3 SQLITE3 \
Line 262  elif runtest sqlite3 SQLITE3 \
                 "-I/usr/local/include -L/usr/local/lib -lsqlite3"; then                  "-I/usr/local/include -L/usr/local/lib -lsqlite3"; then
         LD_SQLITE3="-L/usr/local/lib -lsqlite3"          LD_SQLITE3="-L/usr/local/lib -lsqlite3"
         CFLAGS="${CFLAGS} -I/usr/local/include"          CFLAGS="${CFLAGS} -I/usr/local/include"
           COMP="${COMP} -I/usr/local/include"
 fi  fi
 if [ ${HAVE_SQLITE3} -eq 0 ]; then  if [ ${HAVE_SQLITE3} -eq 0 ]; then
         LD_SQLITE3=          LD_SQLITE3=

Legend:
Removed from v.1.43.2.6  
changed lines
  Added in v.1.43.2.8

CVSweb