summaryrefslogtreecommitdiff
path: root/Build/source/libs/mpfr/README
blob: cec7e17441d1d0d592b97bd0b3d633f18a3a2919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
	Building GNU MPFR as part of the TL tree
	========================================

This directory libs/mpfr/ uses a proxy Makefile.am to build the GNU MPFR
library 'libmpfr' from the unmodified source tree in libs/mpfr/mpfr-src/,
bypassing the original build system.

As far as applicable, the tests in libs/mpfr/mpfr-src/configure have been
translated into equivalent test in libs/mpfr/configure.ac.

=============================

2014-03-31	Taco Hoekwater <taco@metatex.org>
2014-05-23	Peter Breitenlohner <peb@mppmu.mpg.de>