From: Peter Korsgaard Date: Fri, 4 Dec 2009 13:23:39 +0000 (+0100) Subject: package/autoconf: autoconf for the target needs m4 for the host X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4fe7607b469716e7c27dc3ab7dca9e1a8d417934;p=buildroot.git package/autoconf: autoconf for the target needs m4 for the host Signed-off-by: Peter Korsgaard --- diff --git a/CHANGES b/CHANGES index 75ad1bd3aa..2307019e46 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ 2010.02, Not yet released: - Updated/fixed packages: busybox + Updated/fixed packages: autoconf, busybox 2009.11, Released December 1st, 2009: diff --git a/package/autoconf/autoconf.mk b/package/autoconf/autoconf.mk index 32f10e385b..931d551f53 100644 --- a/package/autoconf/autoconf.mk +++ b/package/autoconf/autoconf.mk @@ -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))