summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* Clean-up and various changes to be able to build MPFR with g++.vlefevre2008-06-091-0/+3
* acinclude.m4: locally add -I$srcdir to CPPFLAGS for the thread-safe testvlefevre2008-05-081-0/+4
* acinclude.m4: add check for long long compiler support, define HAVE_LONG_LONG.thevenyp2008-03-101-0/+4
* acinclude.m4: fixed configure test for TLS support.vlefevre2008-01-231-0/+1
* Changes related to thread-local variables / TLS support.vlefevre2008-01-231-0/+23
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* experimental code to distinguish Core2 from AMD64zimmerma2007-11-301-0/+8
* acinclude.m4: check wchar.h header (see below).vlefevre2007-11-261-0/+3
* Makefile.am: add mpfr_printf-like functionsthevenyp2007-11-231-1/+3
* acinclude.m4: test the availability of <string.h>.vlefevre2007-11-231-0/+1
* acinclude.m4: test the availability of <locale.h>.vlefevre2007-11-231-0/+1
* acinclude.m4: updated comment concerning the checked functions.vlefevre2007-11-231-3/+4
* acinclude.m4: added memmove to the checked functions (though this testvlefevre2007-11-231-1/+1
* acinclude.m4: updated a comment concerning the function checking.vlefevre2007-11-231-1/+3
* Updated copyright notice (for an unknown reason, some files were missingvlefevre2007-08-291-1/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Improved linker flag settings on darwin.vlefevre2006-07-201-0/+19
* Define HAVE_ATTRIBUTE_MODE if supported; useful for s390, but incompletevlefevre2006-05-291-0/+22
* Updated FSF address.vlefevre2006-03-311-2/+2
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* 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