Browse Source

support the autoreconf fixup without libtool

SVN-Revision: 24423
Felix Fietkau 15 years ago
parent
commit
ffbed0f08a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      include/autotools.mk

+ 5 - 0
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