mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 11:42:21 +00:00
configure.ac: check if getty exists.
This commit is contained in:
parent
1eccd2e042
commit
85ff5c5ffe
1 changed files with 5 additions and 0 deletions
|
@ -408,6 +408,11 @@ if test -z "$ac_cv_prog_ONSGMLS"; then
|
||||||
MISSING_PROGS="ONSGMLS ${MISSING_PROGS}"
|
MISSING_PROGS="ONSGMLS ${MISSING_PROGS}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
AC_PATH_PROGS(GETTY, getty agetty, , [/sbin:/usr/sbin:/usr/libexec:$PATH])
|
||||||
|
if test -z "$ac_cv_path_GETTY"; then
|
||||||
|
MISSING_PROGS="getty ${MISSING_PROGS}"
|
||||||
|
fi
|
||||||
|
|
||||||
dnl Used to check if program 'tic' is available to install terminfo files
|
dnl Used to check if program 'tic' is available to install terminfo files
|
||||||
AC_CHECK_PROGS(TIC, tic, :)
|
AC_CHECK_PROGS(TIC, tic, :)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue