version 1.9 | | version 1.10 |
---|
| | |
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.9 2000/12/04 07:19:56 cvs Exp $) | | AC_REVISION($Id: configure.in,v 1.10 2000/12/05 04:56:36 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(des, des_crypt) |
| | |
AC_CHECK_LIB(dmalloc, main) | | AC_CHECK_LIB(dmalloc, main) |
| | |