diff options
| -rwxr-xr-x | configure | 4 | ||||
| -rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -422,7 +422,7 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='PROJ.4 Projections' -PACKAGE_TARNAME='src/pj_init.c' +PACKAGE_TARNAME='proj' PACKAGE_VERSION='4.4.9' PACKAGE_STRING='PROJ.4 Projections 4.4.9' PACKAGE_BUGREPORT='warmerdam@pobox.com' @@ -1817,7 +1817,7 @@ fi # Define the identity of the package. - PACKAGE='src/pj_init.c' + PACKAGE='proj' VERSION='4.4.9' diff --git a/configure.in b/configure.in index 7c829e57..5f6f7696 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([PROJ.4 Projections], 4.4.9, [warmerdam@pobox.com], src/pj_init.c) +AC_INIT([PROJ.4 Projections], 4.4.9, [warmerdam@pobox.com], proj) AC_LANG(C) |
