aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2019-06-05Update GitHub references: proj.4 -> PROJMike Taves
2019-06-01Update website: proj4.org -> proj.orgMike Taves
2019-03-21Build: automatically enable system error messagesChris Mayo
2019-03-01Bump version numbers in preparation for 6.1.0Kristian Evers
2019-02-27configure.ac: replace '==' by '=' to avoid Bashism (patch by Greg Troxel)Even Rouault
2019-02-08Remove data/install.in.Elliott Sales de Andrade
2019-02-04Allow building against external GTest with autotools.Elliott Sales de Andrade
2019-02-04Use pkgconfig to find sqlite3.Elliott Sales de Andrade
2018-12-26cpp conversion: move source files in apps/ iso19111/ conversions/ projections...Even Rouault
2018-12-01Rename test/old/ to test/cli/ to better reflect their natureEven Rouault
2018-11-29Build: change back link-time-optimization default to offEven Rouault
2018-11-14Implement RFC 2: Initial integration of "GDAL SRS barn" workEven Rouault
2018-09-18Move data/test* scripts and expected results to test/old/Even Rouault
2018-09-18Rename nad/ directory as data/Even Rouault
2018-09-15Bump version numbers after 5.2.0 releaseKristian Evers
2018-06-08bump version numbers to 5.2.0Kristian Evers
2018-06-07Add googletest 1.8.0 framework in test/googletest, and use it with autoconf b...Even Rouault
2018-06-02Upgrade http:// to https:// where feasibleMike Toews
2018-05-30Move catch.hpp header in test/; rename test/cpp as test/unitEven Rouault
2018-05-30Enable c++ compilation with autotools and cmake, hardened compilation flags a...Even Rouault
2018-05-24Update version numbers for 5.1.0 releaseKristian Evers
2018-05-02Modularize the Proj Java package:Martin Desruisseaux
2018-04-16Collect custom C99 math functions in proj_math.hKristian Evers
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
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
2018-03-17Patch 1.49.3 for geodesic package.Charles Karney
2018-02-27Modify project bugreport (autoconf)Mike Toews
2018-02-02Add AC_SEARCH_LIBS for libm to configure.ac.Bas Couwenberg
2018-02-02Improve tests and add test files to automake setup.Kristian Evers
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
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
2015-10-17Fix configure.ac to add config.guess / config.subEven Rouault
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
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