Searched refs:cf_wtmp_path (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dconfigure9043 cf_wtmp_path=$withval
9045 cf_wtmp_path=auto
9047 if test "$cf_wtmp_path" = auto ; then
9048 for cf_wtmp_path in /etc/wtmp /var/adm/wtmp /var/run/wtmp /var/log/wtmp
9050 if test -f ${cf_wtmp_path}x ; then
9051 cf_wtmp_path=${cf_wtmp_path}x
9053 elif test -f $cf_wtmp_path/wtmp ; then
9065 case "x$cf_wtmp_path" in
9071 eval cf_wtmp_path
[all...]
H A Daclocal.m44741 [cf_wtmp_path=$withval],
4742 [cf_wtmp_path=auto])
4743 if test "$cf_wtmp_path" = auto ; then
4744 for cf_wtmp_path in /etc/wtmp /var/adm/wtmp /var/run/wtmp /var/log/wtmp
4746 if test -f ${cf_wtmp_path}x ; then
4747 cf_wtmp_path=${cf_wtmp_path}x
4749 elif test -f $cf_wtmp_path/wtmp ; then
4754 CF_PATH_SYNTAX(cf_wtmp_path)
4756 WTMP_PATH=$cf_wtmp_path
[all...]

Completed in 98 milliseconds