Difference for ./configure.in from version 1.7 to 1.8


version 1.7 version 1.8
Line 1
 
Line 1
 dnl Process this file with autoconf to produce a configure script.  dnl Process this file with autoconf to produce a configure script.
   
 AC_REVISION($Id: configure.in,v 1.7 2000/05/13 23:17:52 cvs Exp $)  AC_REVISION($Id: configure.in,v 1.8 2000/11/26 01:54:39 cvs Exp $)
   
 AC_INIT(CREDITS)  AC_INIT(CREDITS)
   
Line 118
 
Line 118
   
 dnl Misc libraries.  dnl Misc libraries.
 AC_CHECK_LIB(crypt, main)  AC_CHECK_LIB(crypt, main)
   AC_CHECK_LIB(des, main)
   
 AC_CHECK_LIB(dmalloc, main)  AC_CHECK_LIB(dmalloc, main)
   
Line 126
 
Line 127
 dnl Checks for header files.  dnl Checks for header files.
 AC_HEADER_DIRENT  AC_HEADER_DIRENT
 AC_HEADER_STDC  AC_HEADER_STDC
 AC_CHECK_HEADERS(fcntl.h limits.h malloc.h strings.h sys/file.h sys/ioctl.h sys/time.h unistd.h stddef.h stdlib.h sys/ttycom.h sys/termios.h crypt.h arpa/inet.h)  AC_CHECK_HEADERS(fcntl.h limits.h malloc.h strings.h sys/file.h sys/ioctl.h sys/time.h unistd.h stddef.h stdlib.h sys/ttycom.h sys/termios.h crypt.h arpa/inet.h des.h)
   
 dnl Checks for typedefs, structures, and compiler characteristics.  dnl Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST  AC_C_CONST


Legend:
line(s) removed in v.1.7 
line(s) changed
 line(s) added in v.1.8

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:57