autotools.mk: add yet another aclocal path
SVN-Revision: 24547
This commit is contained in:
parent
5495be1421
commit
135cfe50c9
@ -29,6 +29,7 @@ define autoreconf
|
|||||||
$(STAGING_DIR_HOST)/bin/autoreconf -v -f -i -s \
|
$(STAGING_DIR_HOST)/bin/autoreconf -v -f -i -s \
|
||||||
-B $(STAGING_DIR_HOST)/share/aclocal \
|
-B $(STAGING_DIR_HOST)/share/aclocal \
|
||||||
-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; \
|
$(patsubst %,-I %,$(PKG_LIBTOOL_PATHS)) $(PKG_LIBTOOL_PATHS) || true; \
|
||||||
fi; \
|
fi; \
|
||||||
) \
|
) \
|
||||||
|
Loading…
Reference in New Issue
Block a user