automake: add build dependency on host-autoconf
automake for the target fails to build if autoconf is not installed on the host: checking whether autoconf is installed... no configure: error: Autoconf 2.58 or better is required. Please make sure it is installed and in your PATH. make: *** [/home/test/brbuilttest/build/automake-1.10/.stamp_configured] Error 1 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c8ff60c828
commit
f03faaf3ab
@ -11,7 +11,7 @@ ifeq ($(BR2_ENABLE_DEBUG),y) # install-exec doesn't install aclocal stuff
|
|||||||
AUTOMAKE_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
|
AUTOMAKE_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
|
||||||
endif
|
endif
|
||||||
|
|
||||||
AUTOMAKE_DEPENDENCIES = autoconf microperl
|
AUTOMAKE_DEPENDENCIES = host-autoconf autoconf microperl
|
||||||
|
|
||||||
HOST_AUTOMAKE_DEPENDENCIES = host-autoconf
|
HOST_AUTOMAKE_DEPENDENCIES = host-autoconf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user