Quellcode durchsuchen

remove autoconf from prereq-build.mk, as it is part of the tools/ build

SVN-Revision: 14901
Felix Fietkau vor 17 Jahren
Ursprung
Commit
1c7a03659c
1 geänderte Dateien mit 0 neuen und 4 gelöschten Zeilen
  1. 0 4
      include/prereq-build.mk

+ 0 - 4
include/prereq-build.mk

@@ -133,10 +133,6 @@ $(eval $(call RequireCommand,svn, \
 	Please install the subversion client. \
 ))
 
-$(eval $(call RequireCommand,autoconf, \
-	Please install GNU autoconf. \
-))
-
 define Require/gnu-find
 	$(FIND) $(TMP_DIR) -lname foo
 endef