comparison src/build-autoconf.mk @ 6415:2d3ad30acfc0

* src/build-autoconf.mk: update to v2.71
author John Donoghue <john.donoghue@ieee.org>
date Wed, 21 Sep 2022 13:26:34 -0400
parents 0e56fe2d2ef5
children
comparison
equal deleted inserted replaced
6414:33804a879cc4 6415:2d3ad30acfc0
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-autoconf 4 PKG := build-autoconf
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.69 6 $(PKG)_VERSION := 2.71
7 $(PKG)_CHECKSUM := e891c3193029775e83e0534ac0ee0c4c711f6d23 7 $(PKG)_CHECKSUM := 1b5b1dbed849c6653be47c56d28d26fcf3f7238a
8 $(PKG)_SUBDIR := autoconf-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := autoconf-$($(PKG)_VERSION)
9 $(PKG)_FILE := autoconf-$($(PKG)_VERSION).tar.xz 9 $(PKG)_FILE := autoconf-$($(PKG)_VERSION).tar.xz
10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/autoconf/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/autoconf/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12