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

Diff for /mandoc/configure between version 1.7 and 1.10

version 1.7, 2014/08/08 23:47:21 version 1.10, 2014/08/11 03:19:39
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 30  runtest() {
Line 32  runtest() {
 cat config.h.pre  cat config.h.pre
 echo  echo
 echo "#define VERSION \"${VERSION}\""  echo "#define VERSION \"${VERSION}\""
   runtest dirent-namlen DIRENT_NAMLEN
 runtest fgetln FGETLN  runtest fgetln FGETLN
   runtest fts FTS
 runtest getsubopt GETSUBOPT  runtest getsubopt GETSUBOPT
 runtest mmap MMAP  runtest mmap MMAP
 runtest ohash OHASH "${DBLIB}"  runtest ohash OHASH "${DBLIB}"

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.10

CVSweb