2003-01-09 03:34:10 +01:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# m4
|
|
|
|
#
|
|
|
|
#############################################################
|
2009-03-23 22:46:47 +01:00
|
|
|
M4_VERSION = 1.4.9
|
|
|
|
M4_SOURCE = m4-$(M4_VERSION).tar.bz2
|
|
|
|
M4_SITE = $(BR2_GNU_MIRROR)/m4
|
2003-01-09 03:34:10 +01:00
|
|
|
|
2009-03-23 22:46:47 +01:00
|
|
|
ifeq ($(BR2_ENABLE_DEBUG),y) # no install-exec
|
|
|
|
M4_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
|
2007-07-07 12:11:17 +02:00
|
|
|
endif
|
2007-04-16 20:51:20 +02:00
|
|
|
|
2009-03-23 22:46:47 +01:00
|
|
|
M4_CONF_ENV = gl_cv_func_gettimeofday_clobber=no
|
2003-01-09 03:34:10 +01:00
|
|
|
|
2009-03-23 22:46:47 +01:00
|
|
|
ifneq ($(BR2_USE_WCHAR),y)
|
|
|
|
M4_CONF_ENV += gt_cv_c_wchar_t=no gl_cv_absolute_wchar_h=__fpending.h
|
2007-09-17 14:30:31 +02:00
|
|
|
endif
|
2003-01-09 03:34:10 +01:00
|
|
|
|
2009-11-06 19:17:10 +01:00
|
|
|
HOST_M4_CONF_OPT = --disable-static
|
2007-07-05 19:54:38 +02:00
|
|
|
|
2009-11-06 19:17:10 +01:00
|
|
|
$(eval $(call AUTOTARGETS,package,m4))
|
|
|
|
$(eval $(call AUTOTARGETS,package,m4,host))
|