public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lxc:lxc-0.8.0-rc2-gentoo commit in: /
@ 2012-08-04  4:56 Diego Elio Pettenò
  0 siblings, 0 replies; only message in thread
From: Diego Elio Pettenò @ 2012-08-04  4:56 UTC (permalink / raw
  To: gentoo-commits

commit:     7401c4581cae665aefa7ee6a4a91c97b40ac6537
Author:     Diego Elio Pettenò <flameeyes <AT> flameeyes <DOT> eu>
AuthorDate: Sat Aug  4 04:49:44 2012 +0000
Commit:     Diego Elio Pettenò <flameeyes <AT> gentoo <DOT> org>
CommitDate: Sat Aug  4 04:49:44 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lxc.git;a=commit;h=7401c458

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

This fixes lxc-sshd still referring to '${libdir}'.

---
 configure.ac |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 8c0864a..395dc4b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,10 +56,10 @@ AC_ARG_WITH([rootfs-path],
 
 AS_AC_EXPAND(LXC_GENERATE_DATE, "$(date)")
 
-AC_SUBST(LXCPATH, "${with_config_path}")
-AC_SUBST(LXCROOTFSMOUNT, "${with_rootfs_path}")
-AC_SUBST(LXCINITDIR, ['${libexecdir}/lxc'])
-AC_SUBST(LXCTEMPLATEDIR, ['${libdir}/lxc/templates'])
+AS_AC_EXPAND(LXCPATH, "${with_config_path}")
+AS_AC_EXPAND(LXCROOTFSMOUNT, "${with_rootfs_path}")
+AS_AC_EXPAND(LXCTEMPLATEDIR, "${libdir}/lxc/templates")
+AS_AC_EXPAND(LXCINITDIR, "${libexecdir}/lxc")
 
 AC_CHECK_HEADERS([linux/netlink.h linux/genetlink.h],
 				  [],


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-04  4:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-04  4:56 [gentoo-commits] proj/lxc:lxc-0.8.0-rc2-gentoo commit in: / Diego Elio Pettenò

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox