projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd53668
)
remove autoconf from prereq-build.mk, as it is part of the tools/ build
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 16 Mar 2009 18:57:34 +0000
(18:57 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 16 Mar 2009 18:57:34 +0000
(18:57 +0000)
SVN-Revision: 14901
include/prereq-build.mk
patch
|
blob
|
history
diff --git
a/include/prereq-build.mk
b/include/prereq-build.mk
index 24b1974c26b13ea70d51bb6defa32cc88bf477c4..0b396c83dd6278529d2469faa299d2d7029c82a9 100644
(file)
--- a/
include/prereq-build.mk
+++ b/
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