summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorHelmut Grohne2014-10-07 23:07:19 +0200
committerKarel Zak2014-10-14 12:04:11 +0200
commite71b0aadaa20b21e909f16dcf77c84b63173044e (patch)
tree922d09e2a66a8fcc1c9c96a3362370704dd441ea /autogen.sh
parenttextual: grammarize an informative message, and tweak some comments (diff)
downloadkernel-qcow2-util-linux-e71b0aadaa20b21e909f16dcf77c84b63173044e.tar.gz
kernel-qcow2-util-linux-e71b0aadaa20b21e909f16dcf77c84b63173044e.tar.xz
kernel-qcow2-util-linux-e71b0aadaa20b21e909f16dcf77c84b63173044e.zip
build-sys: check for libtoolize rather than libtool
The system libtool program has architecture dependent behaviour. It is therefore unavailable in cross build environments. The only place it was used in util-linux is autogen.sh to determine the availability of libtool. All other places correctly use libtoolize or $(top_builddir)/libtool. Signed-off-by: Helmut Grohne <helmut@subdivi.de>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index d1a686c16..d0b340fd9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -66,7 +66,7 @@ test -f sys-utils/mount.c || {
echo
DIE=1
}
-(libtool --version) < /dev/null > /dev/null 2>&1 || {
+(libtoolize --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have libtool-2 installed to generate util-linux build system."
echo