summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Added "Contributed by the Arenaire and Cacao projects, INRIA." andvlefevre2007-02-081-1/+1
* Updated version to 2.2.2-dev.vlefevre2006-11-291-1/+1
* Release: MPFR 2.2.1.vlefevre2006-11-291-1/+1
* Update to rc2.vlefevre2006-11-241-1/+1
* configure.in: check for gmp.h a bit earlier.vlefevre2006-11-241-10/+14
* Updated version to 2.2.1-rc1 and mpfr.texi date to November 2006.vlefevre2006-11-201-1/+1
* Merged patches from the trunk (3737:3738 [pow.c only: the other filesvlefevre2006-11-201-25/+19
* Improved linker flag settings on darwin.vlefevre2006-07-201-2/+1
* configure.in: fixed a linking problem on darwin.vlefevre2006-07-181-0/+15
* One needs automake 1.6; autoreconf fails with automake 1.4. Addingvlefevre2006-07-161-1/+1
* configure.in: delete trailing spaces.vlefevre2006-05-291-19/+19
* Define HAVE_ATTRIBUTE_MODE if supported; useful for s390, but incompletevlefevre2006-05-291-0/+7
* Add compiler flags (CPPFLAGS, LDFLAGS) in a consistent order.vlefevre2006-05-261-4/+4
* Merge -r4047:4050 from the trunk:vlefevre2006-05-171-6/+0
* Updated FSF address.vlefevre2006-03-311-2/+2
* configure.in: typography consistency.vlefevre2006-03-231-2/+2
* Copyright notice update: added 2006.vlefevre2006-01-101-2/+1
* Update for future version 2.2.1.vlefevre2005-10-251-1/+1
* [2.2 branch]vlefevre2005-09-171-1/+1
* Fix for the following problem: #error is not sufficient with ccvlefevre2005-08-311-0/+5
* Improve the warning message by adding the lines:pelissip2005-08-171-1/+3
* Clean up.pelissip2005-07-181-8/+13
* Improve displayed warning if GMP versions differ.pelissip2005-07-071-3/+5
* Clean up configure and acinclude:pelissip2005-06-221-77/+4
* Fix problem with mingw: if the configure detects MS-Windows, it skips thepelissip2005-05-101-2/+13
* Improve detection again (use callback).pelissip2005-05-031-5/+10
* Improve previous change.pelissip2005-05-031-2/+64
* Add detection of function round, rint, ceil, floor and nearbyint at configurepelissip2005-05-031-1/+7
* Forget ';;' in switch.pelissip2005-03-091-1/+1
* Improve full assertion mode (Check mpfr_mul).pelissip2005-03-091-2/+1
* Add tune for mpfr_mulhighpelissip2005-03-071-0/+4
* Add tune program for MPFR.pelissip2005-02-241-3/+3
* Remove detection of C++ and Fortran due to libtool.pelissip2005-02-111-12/+13
* Clean up configure (more simplier).pelissip2005-02-111-99/+61
* Update for ICC (disable shared since it doesn't work).pelissip2005-02-091-0/+6
* The previous fixs don't work. New one which works but is VERY ugly.pelissip2005-02-091-2/+4
* Fix again to avoid fail on laurent5...pelissip2005-02-091-1/+2
* Set CXXCPP to "g++ -E" to avoid detection (which may fail on some systems).pelissip2005-02-091-0/+1
* Reduce the tested compiler for C++ and Fortran to the minimum.pelissip2005-02-091-0/+9
* Update GMP detection to be much more libtool compatible.pelissip2005-02-091-121/+114
* Add support for Shared Library in MPFR (both Unix and Windows) by using libtool.pelissip2005-02-081-17/+66
* Remove unused option --disable-cache.pelissip2005-02-031-7/+0
* Add option "thread-safe" to configure.pelissip2005-02-031-1/+8
* Add experimental logging feature.pelissip2005-02-021-1/+5
* Now MPFR tries to get GMP's CC and CFLAGS from its build directory.pelissip2005-02-011-17/+64
* Add AC_COPYRIGHTpelissip2005-02-011-36/+68
* Fix bug in mpn_sub_nc in case the compiler optimize too much.pelissip2005-01-131-1/+2
* Fix problem of `mpn_sub_nc' which may or may not be defined in libgmp.apelissip2005-01-121-2/+21
* Fix problem with long double with ICC (Wrong x86 processor flag).pelissip2004-12-171-1/+2
* New way of detecting GMP libraray, which should be more portable.pelissip2004-12-151-17/+14