mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 08:27:43 +00:00
autoconf: add missing AUTOMAKE variable setting
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
e411497c3a
commit
a6304a23a9
@ -27,4 +27,4 @@ $(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
|
||||||
AUTOHEADER:=$(HOST_DIR)/usr/bin/autoheader
|
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)"
|
AUTORECONF=$(HOST_CONFIGURE_OPTS) ACLOCAL="$(ACLOCAL)" AUTOHEADER="$(AUTOHEADER)" AUTOMAKE="$(AUTOMAKE)" $(HOST_DIR)/usr/bin/autoreconf -v -f -i -I "$(ACLOCAL_DIR)"
|
||||||
|
@ -25,6 +25,6 @@ $(eval $(call AUTOTARGETS,package,automake))
|
|||||||
$(eval $(call AUTOTARGETS,package,automake,host))
|
$(eval $(call AUTOTARGETS,package,automake,host))
|
||||||
|
|
||||||
# variables used by other packages
|
# variables used by other packages
|
||||||
AUTOMAKE:=$(HOST_DIR)/usr/bin/automake
|
AUTOMAKE = $(HOST_DIR)/usr/bin/automake
|
||||||
ACLOCAL_DIR = $(STAGING_DIR)/usr/share/aclocal
|
ACLOCAL_DIR = $(STAGING_DIR)/usr/share/aclocal
|
||||||
ACLOCAL = $(HOST_DIR)/usr/bin/aclocal -I $(ACLOCAL_DIR)
|
ACLOCAL = $(HOST_DIR)/usr/bin/aclocal -I $(ACLOCAL_DIR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user