blob: b3d2839f68f081eb9fc6776f425ed56c904536d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
2015-02-16 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am: Use the fragment ../../am/dist_hook.am.
2014-12-22 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: Added GMP_H_EXTERN_INLINE.
* m4/gmp-extern-inline.m4 (new): Define GMP_H_EXTERN_INLINE.
2014-12-03 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: Added KPSE_COMPILER_VISIBILITY.
* Makefile.am [AM_CFLAGS]: Added $(VISIBILITY_CFLAGS).
2014-06-26 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am: Add some files required with CFLAGS='-g3 -g -O0'.
Problem reported by Luigi Scarso <luigi.scarso@gmail.com>.
2014-05-27 Peter Breitenlohner <peb@mppmu.mpg.de>
Converted wrapper => proxy build system.
* Makefile.am (basic_unused, mpn_unused, mpz_unused):
Compile only as needed by mpost (via libmpfr).
2014-05-07 Peter Breitenlohner <peb@mppmu.mpg.de>
Integrated into TeX Live with wrapper build system.
Imported gmp-6.0.0.
2014-03-31 Taco Hoekwater <taco@metatex.org>
Imported gmp-5.1.3.
|