Commit 64c3c902 by Diego Elio Pettenò Committed by Stéphane Graber

build: make sure to expand all variables that are substituted.

This fixes lxc-sshd still referring to '${libdir}'. Signed-off-by: 's avatarDiego Elio Pettenò <flameeyes@flameeyes.eu> Acked-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent d76db55b
......@@ -152,7 +152,7 @@ AS_AC_EXPAND(LXCPATH, "${with_config_path}")
AS_AC_EXPAND(LXCROOTFSMOUNT, "${with_rootfs_path}")
AS_AC_EXPAND(LXCTEMPLATEDIR, ['${datadir}/lxc/templates'])
AC_SUBST(LXCINITDIR, ['${libexecdir}'])
AS_AC_EXPAND(LXCINITDIR, ['${libexecdir}'])
AC_CHECK_HEADERS([linux/unistd.h linux/netlink.h linux/genetlink.h],
[],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment