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)
commit039b56b3c2d4d2ae699980673577b8b3a40501a5
treec73afc8859b4d6007b6a138172c9377cec5a4589
parent825ad03c6536adf6f023c01764f21cce0d6bf3a5
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