dnl Process this file with autoconf to produce a configure script. AC_INIT(getcluster.c) test -z "$lbindir" && lbindir='${bindir}' AC_SUBST(lbindir) AC_PROG_CC AC_PROG_INSTALL AC_CHECK_FUNC(gethostbyname, :, AC_CHECK_LIB(nsl, gethostbyname)) ATHENA_HESIOD_REQUIRED AC_OUTPUT(Makefile)