comparison src/build-m4.mk @ 3753:cdf855c2f26f

m4: update to 1.4.17 * src/build-m4.mk: update version, checksum * src/build-m4-1-fixes.patch: removed * dist-files.mk: removed build-m4-1-fixes.patch
author John Donoghue
date Tue, 02 Dec 2014 14:55:39 -0500
parents 13be64f9f16d
children 4117faf76988
comparison
equal deleted inserted replaced
3752:9330999df0c2 3753:cdf855c2f26f
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := build-m4 4 PKG := build-m4
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.4.16 6 $(PKG)_VERSION := 1.4.17
7 $(PKG)_CHECKSUM := 44b3ed8931f65cdab02aee66ae1e49724d2551a4 7 $(PKG)_CHECKSUM := 4f80aed6d8ae3dacf97a0cb6e989845269e342f0
8 $(PKG)_SUBDIR := m4-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := m4-$($(PKG)_VERSION)
9 $(PKG)_FILE := m4-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := m4-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/m4/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/m4/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12