diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2008-07-21 21:43:13 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2008-07-21 21:43:13 +0000 |
| commit | 58373094d2ebc48208c0a005e8fb00e0c46257b2 (patch) | |
| tree | fac4a74127a7a5e81608a65d29df04b9b265ee99 | |
| parent | dffc701f23875eee33dc10097a0189ead7563c0e (diff) | |
| download | PROJ-58373094d2ebc48208c0a005e8fb00e0c46257b2.tar.gz PROJ-58373094d2ebc48208c0a005e8fb00e0c46257b2.zip | |
updated for release
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1460 4e78687f-474d-0410-85f9-8d5e500ac6b2
| -rwxr-xr-x | configure | 20 | ||||
| -rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 11 insertions, 11 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for PROJ.4 Projections 4.6.0. +# Generated by GNU Autoconf 2.61 for PROJ.4 Projections 4.6.1. # # Report bugs to <warmerdam@pobox.com>. # @@ -728,8 +728,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='PROJ.4 Projections' PACKAGE_TARNAME='proj' -PACKAGE_VERSION='4.6.0' -PACKAGE_STRING='PROJ.4 Projections 4.6.0' +PACKAGE_VERSION='4.6.1' +PACKAGE_STRING='PROJ.4 Projections 4.6.1' PACKAGE_BUGREPORT='warmerdam@pobox.com' # Factoring default headers for most tests. @@ -1394,7 +1394,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.6.0 to adapt to many kinds of systems. +\`configure' configures PROJ.4 Projections 4.6.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1464,7 +1464,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of PROJ.4 Projections 4.6.0:";; + short | recursive ) echo "Configuration of PROJ.4 Projections 4.6.1:";; esac cat <<\_ACEOF @@ -1569,7 +1569,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -PROJ.4 Projections configure 4.6.0 +PROJ.4 Projections configure 4.6.1 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1583,7 +1583,7 @@ cat >config.log <<_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.6.0, which was +It was created by PROJ.4 Projections $as_me 4.6.1, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -2281,7 +2281,7 @@ fi # Define the identity of the package. PACKAGE='proj' - VERSION='4.6.0' + VERSION='4.6.1' cat >>confdefs.h <<_ACEOF @@ -20419,7 +20419,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by PROJ.4 Projections $as_me 4.6.0, which was +This file was extended by PROJ.4 Projections $as_me 4.6.1, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -20472,7 +20472,7 @@ Report bugs to <bug-autoconf@gnu.org>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -PROJ.4 Projections config.status 4.6.0 +PROJ.4 Projections config.status 4.6.1 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/src/Makefile.in b/src/Makefile.in index dda81424..4f664a8b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -253,7 +253,7 @@ nad2nad_LDADD = libproj.la nad2bin_LDADD = libproj.la geod_LDADD = libproj.la lib_LTLIBRARIES = libproj.la -libproj_la_LDFLAGS = -version-info 5:4:5 +libproj_la_LDFLAGS = -version-info 5:5:5 libproj_la_SOURCES = \ projects.h pj_list.h \ PJ_aeqd.c PJ_gnom.c PJ_laea.c PJ_mod_ster.c \ |
