source: trunk/athena/bin/athinfo/configure.in @ 12111

Revision 12111, 257 bytes checked in by ghudson, 26 years ago (diff)
athinfo, a little program to get data from a machine's athinfo port.
Line 
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(athinfo.c)
3
4AC_PROG_CC
5AC_PROG_INSTALL
6
7AC_CHECK_FUNC(gethostbyname, :, AC_CHECK_LIB(nsl, gethostbyname))
8AC_CHECK_FUNC(socket, :, AC_CHECK_LIB(socket, socket))
9
10AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.