blob: 4f18aa47c93b4f66caaa0ba672a563ccc3e448b1 [file] [log] [blame]
#############################################################
#
# 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))