Explorar el Código

support the autoreconf fixup without libtool

SVN-Revision: 24423
Felix Fietkau hace 15 años
padre
commit
ffbed0f08a
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      include/autotools.mk

+ 5 - 0
include/autotools.mk

@@ -45,3 +45,8 @@ ifneq ($(filter libtool-ucxx,$(PKG_FIXUP)),)
  endif
  endif
 endif
 endif
 
 
+ifneq ($(filter autoreconf,$(PKG_FIXUP)),)
+  ifeq ($(filter autoreconf,$(Hooks/Configure/Pre)),)
+    Hooks/Configure/Pre += autoreconf
+  endif
+endif