version 1.7 | | version 1.8 |
---|
| | |
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) |
| | |
| | |
| | |
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) |
| | |
| | |
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 |