Revision 14024,
592 bytes
checked in by danw, 25 years ago
(diff) |
define lsbindir if it's not defined, and AC_SUBST it
|
Line | |
---|
1 | AC_INIT(dm.c) |
---|
2 | |
---|
3 | test -z "$lsbindir" && lsbindir='${sbindir}' |
---|
4 | AC_SUBST(lsbindir) |
---|
5 | |
---|
6 | AC_PROG_CC |
---|
7 | AC_PROG_INSTALL |
---|
8 | |
---|
9 | ATHENA_HESIOD |
---|
10 | |
---|
11 | |
---|
12 | AC_PATH_XTRA |
---|
13 | |
---|
14 | dnl AC_HEADER_STDC |
---|
15 | dnl AC_HEADER_SYS_WAIT |
---|
16 | 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) |
---|
17 | AC_CHECK_HEADERS(util.h sys/strredir.h sys/stropts.h utmpx.h pty.h) |
---|
18 | |
---|
19 | AC_TYPE_PID_T |
---|
20 | |
---|
21 | dnl AC_CHECK_FUNCS(gettimeofday putenv select strerror) |
---|
22 | AC_SEARCH_LIBS(logout, util, AC_DEFINE(HAVE_LOGOUT)) |
---|
23 | AC_CHECK_FUNCS(pututline pututxline updwtmp login_tty grantpt _getpty openpty) |
---|
24 | |
---|
25 | AC_OUTPUT(Makefile) |
---|
Note: See
TracBrowser
for help on using the repository browser.