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

Revision 23925, 218 bytes checked in by broder, 15 years ago (diff)
In finger: * Instead of explicitly linking against krb4, let libzephyr pull in whatever it needs. Copyright (C) 1989 by the Massachusetts Institute of Technology Export of this software from the United States of America may require a specific license from the United States Government. It is the responsibility of any person or organization contemplating export to obtain such a license before exporting. */
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_HESIOD_REQUIRED
8AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.