projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70720ea
)
[include] autotools.mk: add yet another aclocal path
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 13 Dec 2010 16:05:53 +0000
(16:05 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 13 Dec 2010 16:05:53 +0000
(16:05 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24547
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/autotools.mk
patch
|
blob
|
history
diff --git
a/include/autotools.mk
b/include/autotools.mk
index
4a7c10b
..
b204f80
100644
(file)
--- a/
include/autotools.mk
+++ b/
include/autotools.mk
@@
-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; \
) \