Check for prefixed ar, readelf, and nm
authorMichael Forney <mforney@mforney.org>
Fri, 1 Nov 2013 07:51:04 +0000 (00:51 -0700)
committerMark Wielaard <mjw@redhat.com>
Tue, 5 Nov 2013 16:07:10 +0000 (17:07 +0100)
commita45c8043358151085633b15ea615f31f3bd680f7
treed02e1dc4190e4eda3d79001c33a1743f1ed3c784
parentbe86084bd77f5729138577291baad6b29fb44984
Check for prefixed ar, readelf, and nm

Sometimes with cross-compile toolchains, the tools are prefixed with the
target arch. Using AC_CHECK_TOOL looks for tools named like this.

Signed-off-by: Michael Forney <mforney@mforney.org>
Signed-off-by: Mark Wielaard <mjw@redhat.com>
12 files changed:
ChangeLog
config/ChangeLog
config/eu.am
configure.ac
libasm/Makefile.am
libdw/ChangeLog
libdw/Makefile.am
libelf/ChangeLog
libelf/Makefile.am
tests/ChangeLog
tests/Makefile.am
tests/run-arsymtest.sh