X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=m4%2Fopenvswitch.m4;h=58e4b64e0255c8f4f61df4f4b592d70bc2fa7483;hb=26efd2563bf76547cf38da49ec83997e091b2517;hp=ccb3a0143f705b8c28d715e2d9ccde555562c979;hpb=a26cc67c16932fa9d07da200bbff75889cfe7529;p=openvswitch diff --git a/m4/openvswitch.m4 b/m4/openvswitch.m4 index ccb3a014..58e4b64e 100644 --- a/m4/openvswitch.m4 +++ b/m4/openvswitch.m4 @@ -113,9 +113,10 @@ AC_DEFUN([OVS_CHECK_RUNDIR], [AC_ARG_WITH( [rundir], AC_HELP_STRING([--with-rundir=DIR], - [directory used for pidfiles [[LOCALSTATEDIR/run]]]), + [directory used for pidfiles + [[LOCALSTATEDIR/run/openvswitch]]]), [RUNDIR=$withval], - [RUNDIR='${localstatedir}/run']) + [RUNDIR='${localstatedir}/run/openvswitch']) AC_SUBST([RUNDIR])]) dnl Checks for the directory in which to store logs.