Re: [Xen-devel] [PATCH] tools: allow configure time choice of libexec subdirectory.

2016-01-05 Thread Ian Campbell
On Mon, 2016-01-04 at 17:00 +, Ian Jackson wrote: > Ian Campbell writes ("Re: [PATCH] tools: allow configure time choice of > libexec subdirectory."): > > I somehow slipped a stray ` in there and didn't notice, sorry. > > This looks like a reasonable change aside from that but we should > defi

Re: [Xen-devel] [PATCH] tools: allow configure time choice of libexec subdirectory.

2016-01-04 Thread Ian Jackson
Ian Campbell writes ("Re: [PATCH] tools: allow configure time choice of libexec subdirectory."): > I somehow slipped a stray ` in there and didn't notice, sorry. This looks like a reasonable change aside from that but we should definitely do some build tests at commit time. With the stray ` remo

Re: [Xen-devel] [PATCH] tools: allow configure time choice of libexec subdirectory.

2015-12-18 Thread Doug Goldstein
On 12/16/15 9:33 AM, Ian Campbell wrote: > On Wed, 2015-12-16 at 15:06 +, Ian Campbell wrote: >> -XENFIRMWAREDIR=`eval echo $libexecdir/$PACKAGE_TARNAME/boot` >> +dnl These variables will be substituted in various .in files >> +LIBEXEC_BIN=${LIBEXEC}/bin >> +AC_SUBST(LIBEXEC_BIN) >> +LIBEXEC_LI

Re: [Xen-devel] [PATCH] tools: allow configure time choice of libexec subdirectory.

2015-12-16 Thread Ian Campbell
On Wed, 2015-12-16 at 15:06 +, Ian Campbell wrote: > -XENFIRMWAREDIR=`eval echo $libexecdir/$PACKAGE_TARNAME/boot` > +dnl These variables will be substituted in various .in files > +LIBEXEC_BIN=${LIBEXEC}/bin > +AC_SUBST(LIBEXEC_BIN) > +LIBEXEC_LIB=${LIBEXEC}/lib > +AC_SUBST(LIBEXEC_LIB) > +LIB

[Xen-devel] [PATCH] tools: allow configure time choice of libexec subdirectory.

2015-12-16 Thread Ian Campbell
Currently we hardcode various paths such as $libexec/xen/{bin,boot}, however some downstreams (notably Debian) would like instead to install things into $libexec/xen-X.Y/{bin,boot} as part of allowing multiple versions of the tools packages to be installed. Since this currently involves patching c