diff options
| author | Mike Taves <mwtoews@gmail.com> | 2020-02-20 11:06:22 +1300 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-02-20 09:57:08 +0100 |
| commit | deb3ccf5bb2f304d20f3ce09be8fd07be4817510 (patch) | |
| tree | 08ad7ca5e17c54fe79dbfdc3b8dca27cc98ac09b | |
| parent | b72d25a32dab2a31a6de60152854ed24faa247f9 (diff) | |
| download | PROJ-deb3ccf5bb2f304d20f3ce09be8fd07be4817510.tar.gz PROJ-deb3ccf5bb2f304d20f3ce09be8fd07be4817510.zip | |
Add/update description for pkg-config and CMake
Ignore WARNING: 'proj.pc.in' seems to ignore the --datarootdir setting
| -rw-r--r-- | CMakeLists.txt | 5 | ||||
| -rw-r--r-- | configure.ac | 3 | ||||
| -rw-r--r-- | proj.pc.in | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d1441df..b04c933e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,10 @@ ################################################################################ cmake_minimum_required(VERSION 3.9 FATAL_ERROR) -project(PROJ LANGUAGES C CXX) +project(PROJ + DESCRIPTION "PROJ coordinate transformation software library" + LANGUAGES C CXX +) # Only interpret if() arguments as variables or keywords when unquoted cmake_policy(SET CMP0054 NEW) diff --git a/configure.ac b/configure.ac index 3fbd5d3d..88a5ba55 100644 --- a/configure.ac +++ b/configure.ac @@ -362,4 +362,7 @@ fi AC_CONFIG_FILES([proj.pc]) +dnl Ignore WARNING: 'proj.pc.in' seems to ignore the --datarootdir setting +AC_DEFUN([AC_DATAROOTDIR_CHECKED]) + AC_OUTPUT @@ -4,8 +4,8 @@ libdir=@libdir@ includedir=@includedir@ datadir=@datadir@/@PACKAGE@ -Name: proj -Description: Cartographic Projections Library. +Name: PROJ +Description: Coordinate transformation software library Requires: Version: @VERSION@ Libs: -L${libdir} -lproj |
