autotools.mk: add yet another aclocal path
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 13 Dec 2010 16:05:53 +0000 (16:05 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 13 Dec 2010 16:05:53 +0000 (16:05 +0000)
SVN-Revision: 24547

include/autotools.mk

index 4a7c10bf8611c56440b38ec16d79a4985fee8f83..b204f80dba910b331107b3b7d3dfab45a134da91 100644 (file)
@@ -29,6 +29,7 @@ define autoreconf
                                $(STAGING_DIR_HOST)/bin/autoreconf -v -f -i -s \
                                        -B $(STAGING_DIR_HOST)/share/aclocal \
                                        -B $(STAGING_DIR)/host/share/aclocal \
+                                       -B $(STAGING_DIR)/usr/share/aclocal \
                                        $(patsubst %,-I %,$(PKG_LIBTOOL_PATHS)) $(PKG_LIBTOOL_PATHS) || true; \
                        fi; \
                ) \