source: trunk/athena/bin/grenew/configure.in @ 16418

Revision 16418, 200 bytes checked in by ghudson, 23 years ago (diff)
From nsanch: GUI to renew Kerberos tickets, like the "renew" alias does at the shell prompt.
Line 
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(grenew.c)
3
4AC_PROG_CC
5AC_PROG_INSTALL
6ATHENA_KRB4_REQUIRED
7ATHENA_KRB5_REQUIRED
8ATHENA_KRB4
9ATHENA_KRB5
10
11AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.