autotools.mk: Add PKG_LIBTOOL_PATHS variable.
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 18 Feb 2010 23:50:44 +0000 (23:50 +0000)
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 18 Feb 2010 23:50:44 +0000 (23:50 +0000)
commit9435e670b41af420f6172b51e4800c91a5fa61c5
treec73afc8859b4d6007b6a138172c9377cec5a4589
parente538c2dafe5643e03b560901c48371c204264ca6
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).

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19713 3c298f89-4303-0410-b956-a3cf2f4a3e73
include/autotools.mk