comparison src/build-libtool.mk @ 4555:c2d59e7a4ad3

libtool, fontconfig update * src/build-libtool.mk, src/libtool.mk: update version, checksum * src/fontconfig.mk: update version, checksum * src/hdf5.mk: call aclocal and libttolize in build * src/gl2ps.mk: call aclocal and libttolize in build
author John D
date Tue, 28 Nov 2017 15:43:53 -0500
parents 0e56fe2d2ef5
children 6b02060ae71c
comparison
equal deleted inserted replaced
4554:84c86b41a6a2 4555:c2d59e7a4ad3
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-libtool 4 PKG := build-libtool
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.4.2 6 $(PKG)_VERSION := 2.4.6
7 $(PKG)_CHECKSUM := 22b71a8b5ce3ad86e1094e7285981cae10e6ff88 7 $(PKG)_CHECKSUM := 25b6931265230a06f0fc2146df64c04e5ae6ec33
8 $(PKG)_SUBDIR := libtool-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := libtool-$($(PKG)_VERSION)
9 $(PKG)_FILE := libtool-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := libtool-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/libtool/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/libtool/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12