aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormwtoews <mwtoews@gmail.com>2018-03-25 21:04:52 +1300
committermwtoews <mwtoews@gmail.com>2018-03-25 21:14:41 +1300
commit45b302f2aee121b882b23b1e1959f3f297835c39 (patch)
tree2aa1ae2ab0c4c56f1414dea02265177d45300e41 /configure.ac
parent19aef5185f5b39f6c90956da146d26eba142d2a0 (diff)
downloadPROJ-45b302f2aee121b882b23b1e1959f3f297835c39.tar.gz
PROJ-45b302f2aee121b882b23b1e1959f3f297835c39.zip
PACKAGE_NAME: PROJ.4 Projections -> PROJ
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 99a764db..032784ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,8 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([PROJ.4 Projections], 5.0.0, [https://github.com/OSGeo/proj.4/issues], proj)
+AC_INIT([PROJ], [5.0.0],
+ [https://github.com/OSGeo/proj.4/issues], proj)
AC_CONFIG_MACRO_DIR([m4])
AC_LANG(C)