source: trunk/athena/bin/discuss/configure.ac @ 24631

Revision 24631, 745 bytes checked in by broder, 14 years ago (diff)
Revert r24626 and r24627 ("Use pkg-config instead of our home-grown macros for finding ss and com_err.") because they don't build. Maybe we can try this again once libdsk and libusp get libtoolized.
Line 
1AC_INIT
2AC_CONFIG_SRCDIR([client/discuss.c])
3
4AC_PROG_CC
5AC_PROG_INSTALL
6AC_PROG_RANLIB
7AC_PROG_MKDIR_P
8
9lispdir='${datarootdir}/emacs/site-lisp'
10AC_SUBST(lispdir)
11
12dnl Checks for libraries.
13ATHENA_KRB4
14ATHENA_KRB5
15ATHENA_REGEXP
16ATHENA_UTIL_COM_ERR
17ATHENA_UTIL_SS
18ATHENA_ZEPHYR
19
20AC_SEARCH_LIBS([gethostbyname], [nsl])
21AC_SEARCH_LIBS([socket], [socket])
22
23dnl Checks for header files.
24AC_HEADER_STDC
25AC_HEADER_SYS_WAIT
26AC_CHECK_HEADERS([fcntl.h unistd.h termios.h])
27
28dnl Checks for library functions.
29AC_CHECK_FUNCS([srand48 sigaction])
30
31AC_CONFIG_FILES([Makefile client/Makefile dsgrep/Makefile edsc/Makefile ets/Makefile
32                 include/Makefile libds/Makefile mclient/Makefile server/Makefile
33                 usp/Makefile])
34AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.