summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* configure.in: better error message if libgmp is not found.vlefevre2007-10-031-1/+2
* configure.in: updated copyright notice (for consistency).vlefevre2007-08-301-0/+1
* Updated version to 2.4.0-dev.vlefevre2007-08-101-1/+1
* Updated version back to 2.3.0-dev since the 2.3 branch will be recreatedvlefevre2007-07-311-1/+1
* Updated version to 2.4.0-dev.vlefevre2007-07-021-1/+1
* improved documentation of mpfr_set/get_decimal64 functionszimmerma2007-05-281-42/+43
* Changed --with-tests-timeout into --enable-tests-timeout as documentedvlefevre2007-05-281-3/+11
* configure.in: improved comment.vlefevre2007-05-021-4/+4
* configure.in: added a comment on the AC_ARG_ENABLE(decimal-float...)vlefevre2007-05-021-0/+5
* configure.in: moved the definition of test_CFLAGS upward (it wasvlefevre2007-05-021-2/+2
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* configure.in: check for gmp.h a bit earlier.vlefevre2006-11-241-10/+14
* test timeout is now a configure option (e.g. --with-tests-timeout=60)zimmerma2006-11-231-0/+4
* Updated version to 2.3.0-dev.vlefevre2006-11-201-1/+1
* configure.in: unset GMP_CFLAGS and GMP_CC in case the user has set suchvlefevre2006-11-201-1/+1
* configure.in: Added a comment concerning GMP version checking.vlefevre2006-11-171-0/+4
* configure.in: Before testing GMP header and library versions, setvlefevre2006-11-171-3/+13
* Added warnings support.vlefevre2006-11-101-0/+7
* More information for --enable-logging configure option.vlefevre2006-11-101-1/+2
* Removed --with-irix64 configure option and "case $OS_TYPE" code fromvlefevre2006-11-101-21/+0
* added detection of decimal format in configure (DPD or BID)zimmerma2006-11-091-0/+16
* added new configure option --enable-decimal-float to build mpfr_set_decimal64zimmerma2006-11-081-1/+21
* added --enable-decimal-float in configure, and corresponding macrozimmerma2006-11-071-0/+7
* 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
* Define HAVE_ATTRIBUTE_MODE if supported; useful for s390, but incompletevlefevre2006-05-291-19/+26
* Add compiler flags (CPPFLAGS, LDFLAGS) in a consistent order.vlefevre2006-05-191-4/+4
* Updated FSF address.vlefevre2006-03-311-2/+2
* Removed all code related to mpn_sub_nc (no longer used).vlefevre2006-03-241-6/+0
* Build shared libraries by default.vlefevre2006-03-241-1/+0
* configure.in: typography consistency.vlefevre2006-03-231-2/+2
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-2/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Fixed the GMP linking test: replaced __gmp_version, which correspondsvlefevre2005-09-171-1/+1
* 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