]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: check for libtoolize rather than libtool
authorHelmut Grohne <helmut@subdivi.de>
Tue, 7 Oct 2014 21:07:19 +0000 (23:07 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 14 Oct 2014 10:04:11 +0000 (12:04 +0200)
commite71b0aadaa20b21e909f16dcf77c84b63173044e
tree922d09e2a66a8fcc1c9c96a3362370704dd441ea
parent9ed38607d744467b94fadb4b1d4af21e6e89d86d
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>
autogen.sh