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

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