diff options
| -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 |
