autotools.mk: Add PKG_LIBTOOL_PATHS variable.
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 18 Feb 2010 23:50:44 +0000 (23:50 +0000)
committerLars-Peter Clausen <lars@metafoo.de>
Thu, 18 Feb 2010 23:50:44 +0000 (23:50 +0000)
commitd38ce9313b0cbe3f48edec87ee23e9f5be523a06
tree715fe1513ce84e85f5ec2ba17d46ede32958c713
parent8d7a6df6efe3c870f0b40d13b03b4de09e47c24b
autotools.mk: Add PKG_LIBTOOL_PATHS variable.

PKG_LIBTOOL_PATHS can be used to specify to tell libtool_fixup where to look
for libtool scripts of a package. This is useful if a package has it's libtool
script in a non-standard location or has multiple libtool scripts.

The value should be a space seperated list of paths which are relative to
$(PKG_BUILD_DIR). It defautls to $(CONFIGURE_PATH).

SVN-Revision: 19713
include/autotools.mk