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ò <flamee...@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

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Lxc-devel mailing list
Lxc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-devel

Reply via email to