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

Diff for /mandoc/configure between version 1.1.2.5 and 1.2

version 1.1.2.5, 2014/08/14 20:33:55 version 1.2, 2014/01/04 13:40:01
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 32  runtest() {
Line 30  runtest() {
 cat config.h.pre  cat config.h.pre
 echo  echo
 echo "#define VERSION \"${VERSION}\""  echo "#define VERSION \"${VERSION}\""
 runtest betoh64 BETOH64  
 runtest fgetln FGETLN  runtest fgetln FGETLN
 runtest getsubopt GETSUBOPT  runtest getsubopt GETSUBOPT
 runtest mmap MMAP  runtest mmap MMAP
 runtest reallocarray REALLOCARRAY  runtest ohash OHASH
 runtest strcasestr STRCASESTR  runtest strcasestr STRCASESTR
 runtest strlcat STRLCAT  runtest strlcat STRLCAT
 runtest strlcpy STRLCPY  runtest strlcpy STRLCPY
   runtest strnlen STRNLEN
 runtest strptime STRPTIME  runtest strptime STRPTIME
 runtest strsep STRSEP  runtest strsep STRSEP
 echo  echo

Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.2

CVSweb