diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-12-10 15:20:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-12-10 15:20:51 +0000 |
commit | ffbed0f08a6549f954d9187709f4245570a2b815 (patch) | |
tree | f91f64ebedc142614893b3f0e0f3978e20566feb | |
parent | 48dcb640d8f06f1712837623ad11a3e8bf3858d6 (diff) | |
download | upstream-ffbed0f08a6549f954d9187709f4245570a2b815.tar.gz upstream-ffbed0f08a6549f954d9187709f4245570a2b815.tar.bz2 upstream-ffbed0f08a6549f954d9187709f4245570a2b815.zip |
support the autoreconf fixup without libtool
SVN-Revision: 24423
-rw-r--r-- | include/autotools.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/autotools.mk b/include/autotools.mk index b236aace48..b4eb7bfc4e 100644 --- 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 |