summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Updated version to 2.3.0.vlefevre2005-08-311-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
* Code checking for GMP library wasn't working (always returning "yes"?).vlefevre2004-11-021-3/+31
* Improve ICC CFLAGS by removins meaningless warnings.pelissip2004-10-201-1/+1
* Add support for ".lib" since it seems to work.pelissip2004-10-071-0/+1
* Add ICC detection && support.pelissip2004-09-201-0/+14
* Improve GMP.h vs libgmp.a version checking.pelissip2004-09-201-2/+5
* Use LIBS instead of LDADD for libraries (GMP).pelissip2004-09-171-1/+1
* Min GMP version is 4.1.0 now.pelissip2004-09-171-3/+3
* Add a check if both gmp.h and libgmp.a have the same version.pelissip2004-09-161-2/+22
* Add option in configure: --disable-cachepelissip2004-04-211-5/+11
* Add new option "--with-gmp-build="pelissip2004-03-161-1/+3
* Clean up configurepelissip2004-03-091-12/+14
* Replace AS_HELP_STRING to AC_HELP_STRING (obsolete)pelissip2004-02-061-1/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-19/+55
* removed AC_DEFINE(hpux) [not used any more]zimmerma2003-12-161-1/+0
* removed AC_DEFINE(__STDC__) for OSFzimmerma2003-12-151-3/+0
* removed MISCFLAGS (not used any more)zimmerma2003-12-151-5/+0
* Remove -lm setups, now handled by MPFR_CHECK_LIBM.ryde2003-01-171-10/+0
* (X86_PATTERN): New define, supporting acinclude.m4.ryde2003-01-081-0/+5