aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormwtoews <mwtoews@gmail.com>2018-03-25 22:39:56 +1300
committermwtoews <mwtoews@gmail.com>2018-03-25 22:39:56 +1300
commitc9a3c781cf5c9d67c171f09cf385b3e8f88eb18f (patch)
tree0fcaf189aa3589534899e732fd2ac7c1c6b023b4 /configure.ac
parent45b302f2aee121b882b23b1e1959f3f297835c39 (diff)
downloadPROJ-c9a3c781cf5c9d67c171f09cf385b3e8f88eb18f.tar.gz
PROJ-c9a3c781cf5c9d67c171f09cf385b3e8f88eb18f.zip
Add PACKAGE_URL for autoconf/CMake
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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)