Revision 24618,
745 bytes
checked in by broder, 14 years ago
(diff) |
In discuss:
* Update our autogoo for the 21st century.
|
Line | |
---|
1 | AC_INIT |
---|
2 | AC_CONFIG_SRCDIR([client/discuss.c]) |
---|
3 | |
---|
4 | AC_PROG_CC |
---|
5 | AC_PROG_INSTALL |
---|
6 | AC_PROG_RANLIB |
---|
7 | AC_PROG_MKDIR_P |
---|
8 | |
---|
9 | lispdir='${datarootdir}/emacs/site-lisp' |
---|
10 | AC_SUBST(lispdir) |
---|
11 | |
---|
12 | dnl Checks for libraries. |
---|
13 | ATHENA_KRB4 |
---|
14 | ATHENA_KRB5 |
---|
15 | ATHENA_REGEXP |
---|
16 | ATHENA_UTIL_COM_ERR |
---|
17 | ATHENA_UTIL_SS |
---|
18 | ATHENA_ZEPHYR |
---|
19 | |
---|
20 | AC_SEARCH_LIBS([gethostbyname], [nsl]) |
---|
21 | AC_SEARCH_LIBS([socket], [socket]) |
---|
22 | |
---|
23 | dnl Checks for header files. |
---|
24 | AC_HEADER_STDC |
---|
25 | AC_HEADER_SYS_WAIT |
---|
26 | AC_CHECK_HEADERS([fcntl.h unistd.h termios.h]) |
---|
27 | |
---|
28 | dnl Checks for library functions. |
---|
29 | AC_CHECK_FUNCS([srand48 sigaction]) |
---|
30 | |
---|
31 | AC_CONFIG_FILES([Makefile client/Makefile dsgrep/Makefile edsc/Makefile ets/Makefile |
---|
32 | include/Makefile libds/Makefile mclient/Makefile server/Makefile |
---|
33 | usp/Makefile]) |
---|
34 | AC_OUTPUT |
---|
Note: See
TracBrowser
for help on using the repository browser.