source: trunk/athena/bin/discuss/configure.in @ 24177

Revision 24177, 606 bytes checked in by broder, 15 years ago (diff)
In discuss: * Stop using the obsolete AC_TYPE_SIGNAL. (Trac: #347)
Line 
1AC_INIT(client/discuss.c)
2
3AC_PROG_CC
4AC_PROG_INSTALL
5AC_PROG_RANLIB
6
7dnl Checks for libraries.
8ATHENA_KRB4
9ATHENA_KRB5
10ATHENA_REGEXP
11ATHENA_UTIL_COM_ERR
12ATHENA_UTIL_SS
13ATHENA_ZEPHYR
14
15AC_SEARCH_LIBS(gethostbyname, nsl)
16AC_SEARCH_LIBS(socket, socket)
17
18dnl Checks for header files.
19AC_HEADER_STDC
20AC_HEADER_SYS_WAIT
21AC_CHECK_HEADERS(fcntl.h unistd.h termios.h)
22
23dnl Checks for library functions.
24AC_CHECK_FUNCS(srand48 sigaction)
25
26AC_OUTPUT(Makefile client/Makefile dsgrep/Makefile edsc/Makefile ets/Makefile
27          include/Makefile libds/Makefile mclient/Makefile server/Makefile
28          usp/Makefile)
Note: See TracBrowser for help on using the repository browser.