diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2006-10-23 03:31:29 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2006-10-23 03:31:29 +0000 |
| commit | 15d7f6977b017b2b3ef079d5ad34948e3d4e3dd6 (patch) | |
| tree | 3e01f2a3bfeb2148f8151aa8f35a81f06a86cc11 | |
| parent | 2e061ff96579f19a25e86368a756c92ba18173b3 (diff) | |
| download | PROJ-15d7f6977b017b2b3ef079d5ad34948e3d4e3dd6.tar.gz PROJ-15d7f6977b017b2b3ef079d5ad34948e3d4e3dd6.zip | |
regenerate
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1374 4e78687f-474d-0410-85f9-8d5e500ac6b2
| -rwxr-xr-x | configure | 20 | ||||
| -rwxr-xr-x | libtool | 2 | ||||
| -rw-r--r-- | src/Makefile.in | 2 |
3 files changed, 12 insertions, 12 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for PROJ.4 Projections 4.5.0b4. +# Generated by GNU Autoconf 2.59 for PROJ.4 Projections 4.5.0. # # Report bugs to <warmerdam@pobox.com>. # @@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='PROJ.4 Projections' PACKAGE_TARNAME='proj' -PACKAGE_VERSION='4.5.0b4' -PACKAGE_STRING='PROJ.4 Projections 4.5.0b4' +PACKAGE_VERSION='4.5.0' +PACKAGE_STRING='PROJ.4 Projections 4.5.0' PACKAGE_BUGREPORT='warmerdam@pobox.com' # Factoring default headers for most tests. @@ -953,7 +953,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures PROJ.4 Projections 4.5.0b4 to adapt to many kinds of systems. +\`configure' configures PROJ.4 Projections 4.5.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1019,7 +1019,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of PROJ.4 Projections 4.5.0b4:";; + short | recursive ) echo "Configuration of PROJ.4 Projections 4.5.0:";; esac cat <<\_ACEOF @@ -1161,7 +1161,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -PROJ.4 Projections configure 4.5.0b4 +PROJ.4 Projections configure 4.5.0 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1175,7 +1175,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by PROJ.4 Projections $as_me 4.5.0b4, which was +It was created by PROJ.4 Projections $as_me 4.5.0, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1826,7 +1826,7 @@ fi # Define the identity of the package. PACKAGE='proj' - VERSION='4.5.0b4' + VERSION='4.5.0' cat >>confdefs.h <<_ACEOF @@ -19517,7 +19517,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by PROJ.4 Projections $as_me 4.5.0b4, which was +This file was extended by PROJ.4 Projections $as_me 4.5.0, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19580,7 +19580,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -PROJ.4 Projections config.status 4.5.0b4 +PROJ.4 Projections config.status 4.5.0 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -1,7 +1,7 @@ #! /bin/sh # libtoolT - Provide generalized library-building support services. -# Generated automatically by (GNU proj 4.5.0b2) +# Generated automatically by (GNU proj 4.5.0b4) # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 diff --git a/src/Makefile.in b/src/Makefile.in index 2575c975..9a819799 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -245,7 +245,7 @@ nad2nad_LDADD = libproj.la nad2bin_LDADD = libproj.la geod_LDADD = libproj.la lib_LTLIBRARIES = libproj.la -libproj_la_LDFLAGS = -version-info 5:1:5 +libproj_la_LDFLAGS = -version-info 5:2:5 libproj_la_SOURCES = \ projects.h pj_list.h \ PJ_aeqd.c PJ_gnom.c PJ_laea.c PJ_mod_ster.c \ |
