Masato Taruishi
taru****@users*****
2004年 10月 7日 (木) 11:58:43 JST
=================================================================== RCS file: ultrapossum/configure.in,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- ultrapossum/configure.in 2004/10/07 02:53:16 1.52 +++ ultrapossum/configure.in 2004/10/07 02:58:43 1.53 @@ -197,15 +197,12 @@ mon.cf auth.cf monshow, [change default directory where mon configurations are located]) - monpidfile=/var/run/mon.pid - AC_ARG_WITH(monpidfile, -[ --with-monpidfile=PATH of the pid file of mon], - [case "$withval" in - *) - monpidfile="$withval" - ;; - esac - ])dnl + UP_DIRECTORY(monpiddir, + /var/run /var/run/mon, + ., +[change default path where mon pid file is located]) + + monpidfile=$monpiddir/mon.pid AC_SUBST(monpidfile) UP_DIRECTORY(sudoersdir,