source: trunk/athena/bin/finger/configure.in @ 10969

Revision 10969, 239 bytes checked in by ghudson, 27 years ago (diff)
Use an autoconf build system.
Line 
1dnl Process this file with autoconf to product a configure script.
2AC_INIT(finger.c)
3AC_PROG_CC
4AC_PROG_INSTALL
5AC_HAVE_HEADERS(utmpx.h lastlog.h paths.h)
6ATHENA_UTIL_COM_ERR
7ATHENA_KRB4_REQUIRED
8ATHENA_HESIOD_REQUIRED
9AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.