package/autoconf: autoconf for the target needs m4 for the host

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2009-12-04 14:23:39 +01:00
parent 1d49de8116
commit 4fe7607b46
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
2010.02, Not yet released:
Updated/fixed packages: busybox
Updated/fixed packages: autoconf, busybox
2009.11, Released December 1st, 2009:

View File

@ -14,7 +14,7 @@ endif
AUTOCONF_CONF_ENV = EMACS="no" ac_cv_path_M4=$(HOST_DIR)/usr/bin/m4 \
ac_cv_prog_gnu_m4_gnu=no
AUTOCONF_DEPENDENCIES = microperl
AUTOCONF_DEPENDENCIES = microperl host-m4
$(eval $(call AUTOTARGETS,package,autoconf))