diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-16 18:57:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-16 18:57:34 +0000 |
commit | 1c7a03659c5f4dd08add3e561c9f8dd93cc421c6 (patch) | |
tree | 093f4394a943674fa42234057a4b530d5398f9ea /include | |
parent | cd5366835269aaefac2218bbbdca74f46e1378af (diff) | |
download | upstream-1c7a03659c5f4dd08add3e561c9f8dd93cc421c6.tar.gz upstream-1c7a03659c5f4dd08add3e561c9f8dd93cc421c6.tar.bz2 upstream-1c7a03659c5f4dd08add3e561c9f8dd93cc421c6.zip |
remove autoconf from prereq-build.mk, as it is part of the tools/ build
SVN-Revision: 14901
Diffstat (limited to 'include')
-rw-r--r-- | include/prereq-build.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 24b1974c26..0b396c83dd 100644 --- 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 |