[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] build: propagate runstatedir
Debian Stretch's autoconf has a new variable called runstatedir. Add that to Paths.mk.in. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- 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@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |