version 1.11 | | version 1.12 |
---|
| | |
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.11 2001/02/15 09:07:03 tanner Exp $) | | AC_REVISION($Id: configure.in,v 1.12 2001/03/29 07:46:49 mwedel Exp $) |
| | |
AC_INIT(CREDITS) | | AC_INIT(CREDITS) |
| | |
| | |
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 des.h) | | AC_CHECK_HEADERS(fcntl.h limits.h malloc.h strings.h sys/file.h sys/ioctl.h sys/time.h 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 |