dnl Process this file with autoconf to produce a configure script. AC_INIT(kpasswd.c) AC_PROG_CC AC_PROG_INSTALL AC_CHECK_FUNC(gethostbyname, :, AC_CHECK_LIB(nsl, gethostbyname)) AC_CHECK_FUNC(socket, :, AC_CHECK_LIB(socket, socket)) ATHENA_KRB4 AC_OUTPUT(Makefile)