projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ac6f244
)
[include] autotools.mk: always pass -I m4, some package don't seem to set correct...
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 15 Dec 2010 01:24:16 +0000
(
01:24
+0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 15 Dec 2010 01:24:16 +0000
(
01:24
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24574
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/autotools.mk
patch
|
blob
|
history
diff --git
a/include/autotools.mk
b/include/autotools.mk
index
4d98a7c
..
2148f40
100644
(file)
--- a/
include/autotools.mk
+++ b/
include/autotools.mk
@@
-38,7
+38,7
@@
define autoreconf
$(AM_TOOL_PATHS) $(STAGING_DIR_HOST)/bin/autoreconf -v -f -i -s \
-B $(STAGING_DIR_HOST)/share/aclocal \
$(patsubst %,-B %,$(5)) \
$(AM_TOOL_PATHS) $(STAGING_DIR_HOST)/bin/autoreconf -v -f -i -s \
-B $(STAGING_DIR_HOST)/share/aclocal \
$(patsubst %,-B %,$(5)) \
- $(patsubst %,-I %,$(4)) $(4) || true; \
+ $(patsubst %,-I %,$(4))
-I m4
$(4) || true; \
fi; \
) \
);
fi; \
) \
);
This page took
0.028308 seconds
and
4
git commands to generate.