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

Diff for /mandoc/configure between version 1.5 and 1.8

version 1.5, 2014/08/04 23:44:29 version 1.8, 2014/08/10 02:45:04
Line 14 
Line 14 
 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF  # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.  # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   
   echo "/* RUNNING ./CONFIGURE - SHOULD BE USED ONLY VIA MAKE, READ INSTALL */"
   
 set -e  set -e
 exec > config.h 2> config.log  exec > config.h 2> config.log
   
Line 33  echo "#define VERSION \"${VERSION}\""
Line 35  echo "#define VERSION \"${VERSION}\""
 runtest fgetln FGETLN  runtest fgetln FGETLN
 runtest getsubopt GETSUBOPT  runtest getsubopt GETSUBOPT
 runtest mmap MMAP  runtest mmap MMAP
 runtest ohash OHASH -lutil  runtest ohash OHASH "${DBLIB}"
 runtest reallocarray REALLOCARRAY  runtest reallocarray REALLOCARRAY
   runtest sqlite3_errstr SQLITE3_ERRSTR "${DBLIB}"
 runtest strcasestr STRCASESTR  runtest strcasestr STRCASESTR
 runtest strlcat STRLCAT  runtest strlcat STRLCAT
 runtest strlcpy STRLCPY  runtest strlcpy STRLCPY

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.8

CVSweb