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 | 955afe2b80ef9ea0d26cc2ad9700c4266721ba1d (patch) | |
tree | 7ebcdb7c308a552e54b93bfd9e822566cea0b199 /include/autotools.mk | |
parent | b7cd143d1c3c7262431c9f4d8c3f7a6dc75b3f02 (diff) | |
download | upstream-955afe2b80ef9ea0d26cc2ad9700c4266721ba1d.tar.gz upstream-955afe2b80ef9ea0d26cc2ad9700c4266721ba1d.tar.bz2 upstream-955afe2b80ef9ea0d26cc2ad9700c4266721ba1d.zip |
support the autoreconf fixup without libtool
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24423 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/autotools.mk')
-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 |