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

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