[lxc-devel] [PATCH 2/3] build: make sure to expand all variables that are substituted.

Stéphane Graber stgraber at ubuntu.com
Mon Nov 12 18:48:25 UTC 2012


On 11/10/2012 11:55 PM, Diego Elio Pettenò wrote:
> This fixes lxc-sshd still referring to '${libdir}'.
> 
> Signed-off-by: Diego Elio Pettenò <flameeyes at flameeyes.eu>
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index a9a88c5..cf653ef 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -70,7 +70,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],
>  				  [],
> 

Applied to staging.

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 899 bytes
Desc: OpenPGP digital signature
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20121112/6d518204/attachment.pgp>


More information about the lxc-devel mailing list