vanhofen
3 years ago
1 changed files with 18 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||
################################################################################
|
|||
#
|
|||
# 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) |
Loading…
Reference in new issue