projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b2c9d0
)
support the autoreconf fixup without libtool
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 10 Dec 2010 15:20:51 +0000
(15:20 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 10 Dec 2010 15:20:51 +0000
(15:20 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24423
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/autotools.mk
patch
|
blob
|
history
diff --git
a/include/autotools.mk
b/include/autotools.mk
index
b236aac
..
b4eb7bf
100644
(file)
--- a/
include/autotools.mk
+++ b/
include/autotools.mk
@@
-45,3
+45,8
@@
ifneq ($(filter libtool-ucxx,$(PKG_FIXUP)),)
endif
endif
+ifneq ($(filter autoreconf,$(PKG_FIXUP)),)
+ ifeq ($(filter autoreconf,$(Hooks/Configure/Pre)),)
+ Hooks/Configure/Pre += autoreconf
+ endif
+endif
This page took
0.0256 seconds
and
4
git commands to generate.