source: trunk/athena/etc/messaged/configure.in @ 14064

Revision 14064, 188 bytes checked in by danw, 25 years ago (diff)
messaged, formerly in athena/bin/gms/message_daemon.c
Line 
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(messaged.c)
3
4AC_PROG_CC
5AC_PROG_INSTALL
6
7AC_SEARCH_LIBS(sendto, socket)
8ATHENA_UTIL_COM_ERR
9
10AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.