summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* 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
* Function MPFR_CONFIGS.vlefevre2002-04-111-1/+120
* Timestampjeandel2000-07-131-1/+1
* First Releasejeandel2000-07-111-0/+42