mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
autoconf: add AUTOHEADER variable
autoheader is used by autoreconf, therefor we need to give the right path to this tools for host/target autoreconfiguration. Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
21a74f1462
commit
e411497c3a
@ -26,4 +26,5 @@ $(eval $(call AUTOTARGETS,package,autoconf,host))
|
|||||||
|
|
||||||
# variables used by other packages
|
# variables used by other packages
|
||||||
AUTOCONF:=$(HOST_DIR)/usr/bin/autoconf
|
AUTOCONF:=$(HOST_DIR)/usr/bin/autoconf
|
||||||
AUTORECONF=$(HOST_CONFIGURE_OPTS) ACLOCAL="$(ACLOCAL)" $(HOST_DIR)/usr/bin/autoreconf -v -f -i -I "$(ACLOCAL_DIR)"
|
AUTOHEADER:=$(HOST_DIR)/usr/bin/autoheader
|
||||||
|
AUTORECONF=$(HOST_CONFIGURE_OPTS) ACLOCAL="$(ACLOCAL)" AUTOHEADER="$(AUTOHEADER)" $(HOST_DIR)/usr/bin/autoreconf -v -f -i -I "$(ACLOCAL_DIR)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user