From: Guus Sliepen Date: Sat, 4 Nov 2017 13:17:27 +0000 (+0100) Subject: Support autoconf's --runstatedir option. X-Git-Tag: release-1.0.33~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;ds=inline;h=afda1d91ae290ac2aa2a45d07fa6838b3159da39;hp=afda1d91ae290ac2aa2a45d07fa6838b3159da39;p=oweals%2Ftinc.git Support autoconf's --runstatedir option. Put the PID file in @runstatedir@ instead of @localstatedir@/run. This requires autoconf 2.70, which is not released yet, so add a fallback to use @localstatedir@/run if @runstatedir@ is not set. ---