summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Autoconf / AX_PTHREAD related update and cleanup.vlefevre2021-09-131-3/+9
* Punctuation (missing comma after "however").vlefevre2021-06-211-1/+1
* [configure.ac] Avoid an issue with ordering of macros we don't usevlefevre2021-03-191-2/+11
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* With mini-gmp, use the standard rand() and srand() functions instead ofvlefevre2020-09-141-6/+0
* [configure.ac] Updated a URL (http → https).vlefevre2020-09-101-1/+1
* [configure.ac] Updated a URL concerning the "Intel® C++ Compiler 9.0vlefevre2020-09-101-1/+1
* [configure.ac] Improvements concerning the default CFLAGS with GCC.vlefevre2020-06-131-2/+8
* [configure.ac] No longer add -Wc++-compat to CFLAGS when the compilervlefevre2020-06-131-1/+3
* Updated version to 4.2.0-dev.vlefevre2020-06-121-1/+1
* [configure.ac] With mini-gmp, also check the availability of srand48.vlefevre2020-06-101-3/+5
* [configure.ac] Removed an obsolete FIXME, which is probably wrong.vlefevre2020-06-041-1/+0
* [configure.ac] Updated a comment, replacing a resolved FIXME.vlefevre2020-06-041-9/+19
* [acinclude.m4] Removed "AC_CHECK_TYPES([long double])", whose onlyvlefevre2020-06-041-2/+1
* [configure.ac] Minor change in a comment.vlefevre2020-06-031-1/+1
* Cleanup about the function detection by autoconf.vlefevre2020-06-031-1/+1
* Reworked decimal support and detection, resolving FIXMEs.vlefevre2020-04-101-4/+3
* [configure.ac] Fixed the change done in r13853 (about removed macros),vlefevre2020-04-021-18/+10
* [configure.ac] Moved MPFR_CONFIGS invocation: MPFR_CONFIGS uses LDFLAGS,vlefevre2020-04-021-2/+4
* [configure.ac] Do not remove the HAVE_ALLOCA macro, which is now usedvlefevre2020-04-021-1/+0
* [configure.ac] Updated message output when the gmp.h vs libgmp testvlefevre2020-03-301-1/+3
* [acinclude.m4,configure.ac]vlefevre2020-01-091-35/+0
* [acinclude.m4] Updated messages about the format of "long double".vlefevre2020-01-091-2/+3
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* [acinclude.m4,configure.ac] MPFR_C_LONG_DOUBLE_FORMAT: also detectvlefevre2019-07-011-3/+2
* [acinclude.m4,configure.ac] For MPFR_C_LONG_DOUBLE_FORMAT, when thevlefevre2019-07-011-2/+3
* [configure.ac] Updated --enable-logging description.vlefevre2019-04-021-2/+2
* [configure.ac] AC_ARG_ENABLE(float128,...): updated comment andvlefevre2019-04-021-5/+6
* [configure.ac] Updated comment for AC_ARG_ENABLE(decimal-float,...).vlefevre2019-04-021-9/+7
* [configure.ac] Cleanup: moved some AC_ARG_ENABLE's where they should be.vlefevre2019-04-021-70/+71
* [configure.ac] Updated comment about default options in CFLAGS for GCC.vlefevre2019-01-301-2/+7
* Update about CC / CFLAGS settings from GMP (__GMP_CC / __GMP_CFLAGS).vlefevre2019-01-301-3/+1
* [configure.ac] By default (i.e. if CFLAGS is not already set), ifvlefevre2019-01-231-1/+1
* Moved the compatibility test of the configure options even earlier, fromvlefevre2019-01-091-0/+24
* Cleaned up configure code related to threading and the shared cache.vlefevre2019-01-091-1/+1
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* [configure.ac] Support mini-gmp with reduced limb size, in the casevlefevre2018-12-201-3/+5
* [configure.ac] When building against mini-gmp, check the availability ofvlefevre2018-12-051-0/+4
* [configure.ac,src/Makefile.am] About the --with-mini-gmp support, sincevlefevre2018-10-011-28/+13
* [configure.ac,src/Makefile.am] Avoid a "make" failure due to a bug invlefevre2018-10-011-1/+21
* [Makefile.am] Distribute the doc/mini-gmp file.vlefevre2018-09-191-1/+2
* Removed --enable-mini-gmp configure option.vlefevre2018-09-191-44/+9
* [configure.ac] When using --with-mini-gmp, define GMP_NUMB_BITS if thisvlefevre2018-09-191-2/+22
* [configure.ac] Do not split "Setup GMP detection". When buildingvlefevre2018-09-191-53/+49
* [configure.ac] Avoid a configure failure with automatic dependencyvlefevre2018-09-181-0/+9
* Completed --with-mini-gmp support (not fully tested).vlefevre2018-09-141-4/+7
* [configure.ac] Define MINI_GMP Automake conditional (AM_CONDITIONAL).vlefevre2018-09-141-0/+3
* Started to implement --with-mini-gmp (building mini-gmp and linkingvlefevre2018-09-141-3/+26
|\
| * [configure.ac] Typo.vlefevre2018-09-141-1/+1
|/