[Pkg-xen-devel] Bug#805508: [PATCH] tools: allow configure time choice of libexec subdirectory.

Ian Campbell ian.campbell at citrix.com
Wed Dec 16 15:33:37 UTC 2015


On Wed, 2015-12-16 at 15:06 +0000, 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)
> +LIBEXEC_INC=${LIBEXEC}/include
> +AC_SUBST(LIBEXEC_INC)
> +XENFIRMWAREDIR=${LIBEXEC}/boot`

I somehow slipped a stray ` in there and didn't notice, sorry.

Ian.



More information about the Pkg-xen-devel mailing list