mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
https://lists.gnu.org/archive/html/m4-announce/2026-02/msg00000.html Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
14 lines
343 B
Makefile
14 lines
343 B
Makefile
################################################################################
|
|
#
|
|
# m4
|
|
#
|
|
################################################################################
|
|
|
|
M4_VERSION = 1.4.21
|
|
M4_SOURCE = m4-$(M4_VERSION).tar.xz
|
|
M4_SITE = $(BR2_GNU_MIRROR)/m4
|
|
M4_LICENSE = GPL-3.0+
|
|
M4_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(host-autotools-package))
|