From c9a3c781cf5c9d67c171f09cf385b3e8f88eb18f Mon Sep 17 00:00:00 2001 From: mwtoews Date: Sun, 25 Mar 2018 22:39:56 +1300 Subject: Add PACKAGE_URL for autoconf/CMake --- cmake/Proj4Config.cmake | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake/Proj4Config.cmake b/cmake/Proj4Config.cmake index 2fbd5cf3..2bc7cb38 100644 --- a/cmake/Proj4Config.cmake +++ b/cmake/Proj4Config.cmake @@ -34,6 +34,7 @@ set(PACKAGE_BUGREPORT "https://github.com/OSGeo/proj.4/issues") set(PACKAGE_NAME "PROJ") set(PACKAGE_STRING "PROJ ${${PROJECT_INTERN_NAME}_VERSION}") set(PACKAGE_TARNAME "proj") +set(PACKAGE_URL "http://proj4.org") set(PACKAGE_VERSION "${${PROJECT_INTERN_NAME}_VERSION}") configure_file(cmake/proj_config.cmake.in src/proj_config.h) diff --git a/configure.ac b/configure.ac index 032784ec..269225a5 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) AC_INIT([PROJ], [5.0.0], - [https://github.com/OSGeo/proj.4/issues], proj) + [https://github.com/OSGeo/proj.4/issues], proj, [http://proj4.org]) AC_CONFIG_MACRO_DIR([m4]) AC_LANG(C) -- cgit v1.2.3