300f9c9c9d
Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
20 lines
474 B
Makefile
20 lines
474 B
Makefile
#############################################################
|
|
#
|
|
# m4
|
|
#
|
|
#############################################################
|
|
M4_VERSION = 1.4.15
|
|
M4_SOURCE = m4-$(M4_VERSION).tar.bz2
|
|
M4_SITE = $(BR2_GNU_MIRROR)/m4
|
|
|
|
M4_CONF_ENV = gl_cv_func_gettimeofday_clobber=no
|
|
|
|
ifneq ($(BR2_USE_WCHAR),y)
|
|
M4_CONF_ENV += gt_cv_c_wchar_t=no gl_cv_absolute_wchar_h=__fpending.h
|
|
endif
|
|
|
|
HOST_M4_CONF_OPT = --disable-static
|
|
|
|
$(eval $(call AUTOTARGETS))
|
|
$(eval $(call AUTOTARGETS,host))
|