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 | |
---|
1 | dnl Process this file with autoconf to product a configure script. |
---|
2 | AC_INIT(finger.c) |
---|
3 | AC_PROG_CC |
---|
4 | AC_PROG_INSTALL |
---|
5 | AC_HAVE_HEADERS(utmpx.h lastlog.h paths.h) |
---|
6 | ATHENA_UTIL_COM_ERR |
---|
7 | ATHENA_HESIOD_REQUIRED |
---|
8 | AC_OUTPUT(Makefile) |
---|
Note: See
TracBrowser
for help on using the repository browser.