diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2004-10-30 02:55:17 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2004-10-30 02:55:17 +0000 |
| commit | ba61062e6c64c0584350074df719f84fc795fc85 (patch) | |
| tree | efca0df476591e1cd79407e79684e39cd6dc1189 | |
| parent | 916d3e38f5f061de0e79568ea11fbcdd2dbbc3f6 (diff) | |
| download | PROJ-ba61062e6c64c0584350074df719f84fc795fc85.tar.gz PROJ-ba61062e6c64c0584350074df719f84fc795fc85.zip | |
updated value AC_INIT package name
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1266 4e78687f-474d-0410-85f9-8d5e500ac6b2
| -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) |
