Skip to content
Snippets Groups Projects
Commit 135cfe50 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

autotools.mk: add yet another aclocal path

SVN-Revision: 24547
parent 5495be14
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ define autoreconf ...@@ -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; \
) \ ) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment