Debian Stretch's autoconf has a new variable called runstatedir. Add
that to Paths.mk.in.

Signed-off-by: Wei Liu <wei.l...@citrix.com>
---
 config/Paths.mk.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/Paths.mk.in b/config/Paths.mk.in
index a603295146..660b515121 100644
--- a/config/Paths.mk.in
+++ b/config/Paths.mk.in
@@ -28,6 +28,7 @@ psdir                    := @psdir@
 includedir               := @includedir@
 localstatedir            := @localstatedir@
 sysconfdir               := @sysconfdir@
+runstatedir              := @runstatedir@
 
 LIBEXEC                  := @LIBEXEC@
 LIBEXEC_BIN              := @LIBEXEC_BIN@
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to