summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Use a build-aux subdirectory for autotools helper scripts.Andreas Enge2020-07-231-0/+1
* Bump the minimally required mpfr version to 4.1.0.Andreas Enge2020-07-231-4/+4
* Set version number to 1.2.0dev.Andreas Enge2020-07-231-1/+1
* mpcheck: Move the tool from tests/ to its own subdirectory inside tools/.Andreas Enge2020-06-301-2/+2
* Update version number to 1.1.1dev.Andreas Enge2018-01-191-2/+2
* Release 1.1.0.1.1.0Andreas Enge2018-01-111-2/+2
* change version from 1.1 to 1.1.0Paul Zimmermann2017-12-121-1/+1
* prepare for 1.1 releasePaul Zimmermann2017-12-121-5/+5
* Update copyright dates.Andreas Enge2016-01-181-1/+1
* use mpfr_fmma and mpfr_fmms if provided by mpfrPaul Zimmermann2016-01-101-0/+16
* * configure.ac: Modernise the call to AM_INIT_AUTOMAKE.Andreas Enge2015-05-081-1/+1
* Replace m4 macro looking for svn version with one looking for git version.Andreas Enge2014-11-121-3/+3
* add the benchmarkMickaƫl Gastineau2014-01-221-3/+3
* committed patch in 1.0 branch and trunk forAndreas Enge2012-08-281-3/+3
* require mpfr >= 3.0.0Andreas Enge2012-07-231-5/+4
* bump version numbers on trunk to 1.1dev and on branch 1.0 to 1.0.1devAndreas Enge2012-07-221-1/+1
* getting ready for 1.0 releaseAndreas Enge2012-07-191-1/+1
* preparing 1.0.0rc1Andreas Enge2012-07-071-1/+1
* configure.ac: reenable warning flagsAndreas Enge2012-06-281-2/+3
* mpc-impl.h, fma.c: export function fma_naive for testsAndreas Enge2012-06-261-1/+1
* configure.ac: repair getting CC and CFLAGS from gmp.hAndreas Enge2012-06-261-1/+6
* configure.ac: replaced deprecated macro AC_PROG_LIBTOOL by LT_INIT, seeAndreas Enge2012-06-241-1/+1
* [configure.ac] only add warning flags to CFLAGS when the user did not define itPaul Zimmermann2012-05-141-1/+6
* [configure.ac] better fix (cf https://github.com/keithw/mosh/pull/266)Paul Zimmermann2012-05-091-1/+2
* configure.ac: apply patch for automake1.12, seeAndreas Enge2012-05-091-0/+1
* m4: replaced /* */ comments by #Andreas Enge2012-02-211-18/+16
* [configure.ac] fixed problem reported by Jeroen DemeyerPaul Zimmermann2012-02-151-1/+1
* configure.ac, mpc.m4: hopefully permanent fix forAndreas Enge2012-01-231-1/+5
* tentative fix for win32 dllPaul Zimmermann2011-11-031-0/+2
* tnorm.c: used GMP_RNDN instead of MPFR_RNDN etc. for compatibility with mpfr-...Andreas Enge2011-09-131-1/+1
* configure.ac, mpc.m4: copied check for CC and CFLAGS in gmp.h from mpfrAndreas Enge2011-09-091-8/+3
* configure.ac: corrected broken detection of CC and CFLAGS from gmp.hAndreas Enge2011-09-081-6/+6
* changed 1.0.0-dev into 1.0.0dev (suggested by Ludovic Courtes so thatPaul Zimmermann2011-09-011-1/+1
* configure.ac, mpc.m4, Makefile.am:Andreas Enge2011-08-311-4/+4
* tests/Makefile.am: force creating of executables instead of shell scriptsAndreas Enge2011-08-301-5/+2
* configure.ac: add svn version to autoconf versionAndreas Enge2011-08-301-1/+2
* configure.ac: correct default for --enable-valgrind-tests to "no",Andreas Enge2011-08-301-1/+13
* m4/valgrind-tests.m4: imported original gnulib macroAndreas Enge2011-08-301-10/+1
* [configure.ac] added --enable-valgrind optionPaul Zimmermann2011-08-301-2/+10
* configure.ac: changed a word...Andreas Enge2011-08-301-1/+1
* [configure.ac] improved last changePaul Zimmermann2011-08-301-3/+6
* [configure.ac] added comment about minimal GMP version and fat buildsPaul Zimmermann2011-08-301-0/+3
* license change:Andreas Enge2011-08-291-12/+11
* next release will be 1.0.0Andreas Enge2011-08-291-1/+1
* configure.ac, tio_str.c: renamed NO_STREAM_REDIRECTION into MPC_NO_STREAM_RED...Andreas Enge2011-08-221-1/+1
* tio_str.c: replace fileno(stdin/out)) by STDIN/OUT_FILENOAndreas Enge2011-08-221-1/+1
* configure.ac: check for warning flags early onAndreas Enge2011-08-011-10/+7
* configure.ac, mpc.m4, Makefile.am: add warning flags directly to CFLAGSAndreas Enge2011-08-011-2/+2
* configure.ac, mpc.m4: under windows, check first for mpfr, then for dllsAndreas Enge2011-07-211-7/+8
* [configure.ac] do the same as previous commit for libgmpPaul Zimmermann2011-07-181-2/+2