aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2018-03-25Add PACKAGE_URL for autoconf/CMakemwtoews
2018-03-25PACKAGE_NAME: PROJ.4 Projections -> PROJmwtoews
2018-03-23If HAVE_C99_MATH, define pj_is_nan as isnan.Charles Karney
Extend HAVE_C99_MATH checks in CMakeLists.txt and configure.ac to include test for C99 function isnan.
2018-03-20For the Intel compiler use "-fp-model precise" on all platforms.Charles Karney
2018-03-17Fix comments in geodesic.c. Better invocation of AX_CHECK_COMPILE_FLAG,Charles Karney
but I doubt this will fix the build failures on the CI machines.
2018-03-17Patch 1.49.3 for geodesic package.Charles Karney
Set flags for Intel compiler to prevent incorrect optimization of arithmetic expressions #826. Guard against nans in sincosdx #834. Issue #831 is not addressed here (need more information...).
2018-02-27Modify project bugreport (autoconf)Mike Toews
2018-02-02Add AC_SEARCH_LIBS for libm to configure.ac.Bas Couwenberg
Fixes: #759
2018-02-02Improve tests and add test files to automake setup.Kristian Evers
Make sure that the gie files in test/gie and test/gigs are included in the distribution tarball. Tests with gie are set up to run all available files matching *.gie in the gie and gigs directories. For this reason tests that are known to fail in gigs/ have been renamed to *.gie_failing, so that "make check" can be run in-tree in local copies of the git repository.
2018-02-01Bump various version numbers in preparation for v. 5.0.0Kristian Evers
2017-08-06Add tests for C99 math functions, hypot, atanh, cbrt, etc.Charles Karney
This tests whether the functions are declared in <math.h>. If they are, then -DHAVE_C99_MATH=1 is added to the C flags. The intention is that this flag is only seen when building proj.4 and shouldn't be referenced in any of the installed include files. The next update to geodesic.c will use this flag. Left unaddressed is what to do if HAVE_C99_MATH is 0. The strategy in geodesic.c is to assume that the missing functions will need to be defined explicitly. A less safe alternative is to assume that the functions are in fact available in libm and that all that needs to be done is to declare the functions.
2017-02-26configure.ac: remove -Werror from CFLAGS when detecting exp symbol in libmEven Rouault
2016-02-15Upgrade geodesic library from GeographicLib 1.46.Charles Karney
* upgrade geodesic.[ch3] * add test suite geodtest.c and invoke via cmake's add_test * increment version to 4.9.3 and library version to 11.0.0
2015-10-17Fix configure.ac to add config.guess / config.subEven Rouault
On my system (Ubuntu 10.04), ./autogen.sh doesn't copy config.guess and config.sub, which cause ./configure to fail
2015-09-10BLD: Use AS_HELP_STRING for JNI option help.Elliott Sales de Andrade
2015-09-10BLD: Remove AM_MAINTAINER_MODE.Elliott Sales de Andrade
This setting does not help anything.
2015-09-10BLD: Use new AC_CONFIG_FILES and AC_OUTPUT syntax.Elliott Sales de Andrade
2015-09-10BLD: Remove generated files.Elliott Sales de Andrade
2015-09-10BLD: Rename configure.in to configure.ac.Elliott Sales de Andrade