]> xenbits.xensource.com Git - xen.git/commit
tools: remove vestigial default_lib.m4 macros and adjust substitutions
authorMatt Wilson <msw@amazon.com>
Fri, 31 Aug 2012 09:42:09 +0000 (10:42 +0100)
committerMatt Wilson <msw@amazon.com>
Fri, 31 Aug 2012 09:42:09 +0000 (10:42 +0100)
commita80e6fb6716fcd879b5dbd501b72c87accbfdd37
tree0d06d69a9e42586db2f4528fa915cbf07913b625
parentcd9ab8f94f69a3c7040821b7bbd27bae986b5a0b
tools: remove vestigial default_lib.m4 macros and adjust substitutions

LIB_PATH is no longer used, so the AX_DEFAULT_LIB macro is no longer
needed. Additionally lower case make variables are now used as
autoconf substitutions, which allows for more correct overrides at
build time.

I've checked the file layout in dist/install from the build made
before this change versus after with ./configure values of:
 1) ./configure (no flags provided)
 2) ./configure --libdir=/usr/lib/x86_64-linux-gnu (Debian style)
 3) ./configure --libdir='${exec_prefix}/lib' (late variable expansion)

Signed-off-by: Matt Wilson <msw@amazon.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
[ ijc - reran autogen.sh ]
Committed-by: Ian Campbell <ian.campbell@citrix.com>
config/Tools.mk.in
tools/configure
tools/configure.ac
tools/m4/default_lib.m4 [deleted file]