Lines Matching refs:piddir
4735 piddir=/var/run
4737 if test ! -d $piddir ; then
4738 piddir=`eval echo ${sysconfdir}`
4739 case $piddir in
4740 NONE/*) piddir=`echo $piddir | sed "s~NONE~$ac_default_prefix~"` ;;
4749 piddir=$withval
4750 if test ! -d $piddir ; then
4751 AC_MSG_WARN([** no $piddir directory on this system **])
4757 AC_DEFINE_UNQUOTED([_PATH_SSH_PIDDIR], ["$piddir"],
4759 AC_SUBST([piddir]) subst
5062 G=`eval echo ${piddir}` ; G=`eval echo ${G}`