source: trunk/athena/etc/dm/configure.in @ 14018

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