Revision 16939,
427 bytes
checked in by mwhitson, 23 years ago
(diff) |
Utility to warn user of expiring kerberos tickets. Replaces similar
functionality in dash lost in the GNOME conversion.
|
Rev | Line | |
---|
[16939] | 1 | dnl Process this file with autoconf to produce a configure script. |
---|
| 2 | dnl $Id: configure.in,v 1.1 2002-01-23 22:15:29 mwhitson Exp $ |
---|
| 3 | |
---|
| 4 | AC_INIT(authwatch.c) |
---|
| 5 | |
---|
| 6 | AC_PROG_CC |
---|
| 7 | AC_PROG_INSTALL |
---|
| 8 | ATHENA_KRB5_REQUIRED |
---|
| 9 | ATHENA_KRB5 |
---|
| 10 | |
---|
| 11 | dnl "gnome-config --libs" returns -lintl before -lgnome, which will |
---|
| 12 | dnl fail if libintl is static. This hack gets an extra -lintl at the |
---|
| 13 | dnl end of the link line. |
---|
| 14 | AC_CHECK_LIB(intl, gettext) |
---|
| 15 | |
---|
| 16 | AC_OUTPUT(Makefile) |
---|
Note: See
TracBrowser
for help on using the repository browser.