projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8a467d7
)
[include] autotools.mk: don't rely on shipped autogen.sh files
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 15 Dec 2010 01:14:14 +0000
(
01:14
+0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 15 Dec 2010 01:14:14 +0000
(
01:14
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24573
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/autotools.mk
patch
|
blob
|
history
diff --git
a/include/autotools.mk
b/include/autotools.mk
index
308b45a
..
4d98a7c
100644
(file)
--- a/
include/autotools.mk
+++ b/
include/autotools.mk
@@
-32,9
+32,7
@@
define autoreconf
(cd $(1); \
$(patsubst %,rm -f %;,$(2)) \
$(foreach p,$(3), \
- if [ -x $(p)/autogen.sh ]; then \
- $(AM_TOOL_PATHS) $(p)/autogen.sh || true; \
- elif [ -f $(p)/configure.ac ] || [ -f $(p)/configure.in ]; then \
+ if [ -f $(p)/configure.ac ] || [ -f $(p)/configure.in ]; then \
[ -f $(p)/aclocal.m4 ] && [ ! -f $(p)/acinclude.m4 ] && mv aclocal.m4 acinclude.m4; \
[ -d $(p)/autom4te.cache ] && rm -rf autom4te.cache; \
$(AM_TOOL_PATHS) $(STAGING_DIR_HOST)/bin/autoreconf -v -f -i -s \
This page took
0.022217 seconds
and
4
git commands to generate.