Revision 14018,
527 bytes
checked in by ghudson, 25 years ago
(diff) |
Need pty.h for openpty() on Linux.
Clean up warnings.
|
Line | |
---|
1 | AC_INIT(dm.c) |
---|
2 | |
---|
3 | AC_PROG_CC |
---|
4 | AC_PROG_INSTALL |
---|
5 | |
---|
6 | ATHENA_HESIOD |
---|
7 | |
---|
8 | |
---|
9 | AC_PATH_XTRA |
---|
10 | |
---|
11 | dnl AC_HEADER_STDC |
---|
12 | dnl AC_HEADER_SYS_WAIT |
---|
13 | dnl AC_CHECK_HEADERS(fcntl.h sys/file.h sys/ioctl.h sys/time.h syslog.h unistd.h sys/strredir.h sys/stropts.h utmpx.h) |
---|
14 | AC_CHECK_HEADERS(util.h sys/strredir.h sys/stropts.h utmpx.h pty.h) |
---|
15 | |
---|
16 | AC_TYPE_PID_T |
---|
17 | |
---|
18 | dnl AC_CHECK_FUNCS(gettimeofday putenv select strerror) |
---|
19 | AC_SEARCH_LIBS(logout, util, AC_DEFINE(HAVE_LOGOUT)) |
---|
20 | AC_CHECK_FUNCS(pututline pututxline updwtmp login_tty grantpt _getpty openpty) |
---|
21 | |
---|
22 | AC_OUTPUT(Makefile) |
---|
Note: See
TracBrowser
for help on using the repository browser.