blob: 2a54c90d82e12af3224a85bf9ed471b8761e986f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
2012-05-16 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am (AM_CPPFLAGS): Add '-DNO_DECLARE_MALLOC' to avoid
a possibly conflicting redeclaration of malloc().
From Vladimir Volovich <vvv@vsu.ru>.
2012-04-16 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapt mtx-0.60d to the TeX Live build system.
* configure.ac: Do not use AC_CONFIG_HEADERS because config.h
is not included by the sources.
Do not use AC_FUNC_MALLOC because this might redefine malloc()
as rpl_malloc().
Copyright (C) 2012 Peter Breitenlohner <tex-live@tug.org>
You may freely use, modify and/or distribute this file.
|