summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* More portable DOUBLE_ISNAN (useful for MIPSpro under IRIX64).vlefevre2005-09-021-0/+23
* Reformat.vlefevre2005-09-021-30/+30
* Clean up.pelissip2005-07-181-35/+21
* Fixed locale bug. Function strncasecmp is no longer used.vlefevre2005-07-111-1/+1
* In the tests, set the locale to the current one. This allows to testvlefevre2005-07-091-1/+1
* Clean up configure and acinclude:pelissip2005-06-221-61/+104
* Add support for Shared Library in MPFR (both Unix and Windows) by using libtool.pelissip2005-02-081-10/+14
* Now MPFR tries to get GMP's CC and CFLAGS from its build directory.pelissip2005-02-011-2/+3
* Forget 2005 !pelissip2005-01-111-1/+1
* Improve and fix detection of NAN and GCC bug.pelissip2005-01-111-4/+8
* Remove useless assembly code.pelissip2004-12-141-13/+0
* Code checking for GMP library wasn't working (always returning "yes"?).vlefevre2004-11-021-28/+0
* Updated copyright line.vlefevre2004-10-271-1/+1
* Applied patch by Steve M. Robbins for non-IRIX MIPS systemsvlefevre2004-10-271-0/+7
* Add support for ".lib" since it seems to work.pelissip2004-10-071-1/+6
* Use LIBS instead of LDADD for libraries (GMP).pelissip2004-09-171-2/+2
* Fix a typo in AC_MY_LIBS.pelissip2004-04-291-1/+1
* Try so support GMP as a Shared Library.pelissip2004-02-171-1/+6
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+18
* Quote AC_DEFUN names, for automake 1.8.ryde2003-12-141-7/+7
* (MPFR_C_LONG_DOUBLE_FORMAT): Remove conftest* temporaryryde2003-09-241-0/+1
* Correction to:ryde2003-08-301-2/+6
* (MPFR_CONFIGS): Add amd64-*-* to x86 test objects.ryde2003-08-301-1/+1
* (MPFR_C_LONG_DOUBLE_FORMAT): Use octal char constants,ryde2003-06-241-2/+2
* (MPFR_CONFIGS): Require AC_HEADER_TIME, addryde2003-06-131-0/+2
* (MPFR_CONFIGS): Add AC_CHECK_FUNCS of gettimeofday.ryde2003-06-131-0/+4
* Replaced misc random functions by GMP ones.vlefevre2003-06-121-3/+0
* (MPFR_C_LONG_DOUBLE_FORMAT): Add IEEE quad big endian,ryde2003-03-161-23/+55
* Suppressed the underscores of AC_CHECK_LIBM in comments, otherwisevlefevre2003-01-251-2/+2
* (MPFR_CHECK_LIBM): New macro.ryde2003-01-171-8/+40
* added copyright notices and license statementszimmerma2003-01-171-0/+22
* Re-added $OBJEXT, using AC_REQUIRE([AC_OBJEXT]) for old autoconf.vlefevre2003-01-171-4/+6
* removed check from isnanzimmerma2003-01-161-9/+0
* AC_PREREQ(2.50) added (useful when both autoconf 2.13 and autoconfvlefevre2003-01-161-0/+6
* Replace $OBJEXT by o (as $OBJEXT isn't defined everywhere).vlefevre2003-01-151-4/+4
* A ` must be quoted to avoid an error with Autoconf 2.13.vlefevre2003-01-151-1/+1
* (MPFR_C_LONG_DOUBLE_FORMAT): New macro.ryde2003-01-141-0/+208
* (AC_CHECK_HEADERS): Remove fpu_control.h, no longer required.ryde2003-01-081-1/+1
* (MPFR_CONFIGS): Add tests/x86.asm support.ryde2003-01-081-0/+10
* (AC_CHECK_HEADERS): Add sys/fpu.h.ryde2003-01-031-1/+5
* (AC_MY_LIBS): Show the filename in the error message.ryde2002-10-081-1/+1
* strcasecmp.c -> strcasecmp.c & strncasecmp.cvlefevre2002-08-121-6/+1
* Better check for strcasecmp and strncasecmp. Bug fixed.vlefevre2002-07-301-1/+6
* Check for isnan.vlefevre2002-06-051-0/+9
* The problem on a G4 PowerPC was a bug in gcc; this is now testedvlefevre2002-05-081-3/+17
* Check if HUGE_VAL is supported.vlefevre2002-04-251-0/+9
* Use AC_CANONICAL_HOST and $host instead of $OS_TYPE and $MACHTYPEvlefevre2002-04-161-4/+5
* Support for NaN and Inf (case insensitive) in mpfr_set_str. Tests.vlefevre2002-04-131-0/+2
* Bug fixed.vlefevre2002-04-131-0/+1
* Misc changes. Use of AC_CACHE_CHECK.vlefevre2002-04-131-70/+59