From d23f5d7cb59df732b8f5ce3b8d5ab71b64471809 Mon Sep 17 00:00:00 2001 From: Mike Toews Date: Tue, 27 Feb 2018 16:41:32 +1300 Subject: Modify project bugreport (autoconf) --- cmake/Proj4Config.cmake | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/Proj4Config.cmake b/cmake/Proj4Config.cmake index fda9c9c2..ee7e5533 100644 --- a/cmake/Proj4Config.cmake +++ b/cmake/Proj4Config.cmake @@ -30,7 +30,7 @@ CHECK_FUNCTION_EXISTS(localeconv HAVE_LOCALECONV) check_library_exists(m ceil "" HAVE_LIBM) set(PACKAGE "proj") -set(PACKAGE_BUGREPORT "warmerdam@pobox.com") +set(PACKAGE_BUGREPORT "https://github.com/OSGeo/proj.4/issues") set(PACKAGE_NAME "PROJ.4 Projections") set(PACKAGE_STRING "PROJ.4 Projections ${${PROJECT_INTERN_NAME}_VERSION}") set(PACKAGE_TARNAME "proj") diff --git a/configure.ac b/configure.ac index ecc6e31b..898d8b3b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([PROJ.4 Projections], 5.0.0, [warmerdam@pobox.com], proj) +AC_INIT([PROJ.4 Projections], 5.0.0, [https://github.com/OSGeo/proj.4/issues], proj) AC_CONFIG_MACRO_DIR([m4]) AC_LANG(C) -- cgit v1.2.3