projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48dcb64
)
support the autoreconf fixup without libtool
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 10 Dec 2010 15:20:51 +0000
(15:20 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 10 Dec 2010 15:20:51 +0000
(15:20 +0000)
SVN-Revision: 24423
include/autotools.mk
patch
|
blob
|
history
diff --git
a/include/autotools.mk
b/include/autotools.mk
index b236aace48b9c644845f77686a38633239d86f58..b4eb7bfc4e18104306a75229bf05fc2fa586fd70 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