You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
459 B
18 lines
459 B
################################################################################
|
|
#
|
|
# m4
|
|
#
|
|
################################################################################
|
|
|
|
M4_VERSION = 1.4.19
|
|
M4_DIR = m4-$(M4_VERSION)
|
|
M4_SOURCE = m4-$(M4_VERSION).tar.xz
|
|
M4_SITE = $(GNU_MIRROR)/m4
|
|
|
|
# -----------------------------------------------------------------------------
|
|
|
|
HOST_M4_CONF_OPTS = \
|
|
--disable-static
|
|
|
|
host-m4: | $(HOST_DIR)
|
|
$(call host-autotools-package)
|
|
|