Codebase list libgeotiff / 7d0dd31
Merge tag 'upstream/1.5.1' Upstream version 1.5.1 Bas Couwenberg 5 years ago
7 changed file(s) with 21 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
1818 # Version information
1919 set(PROJECT_VERSION_MAJOR 1)
2020 set(PROJECT_VERSION_MINOR 5)
21 set(PROJECT_VERSION_PATCH 0)
21 set(PROJECT_VERSION_PATCH 1)
2222 set(PROJECT_VERSION
2323 "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
2424 set(GeoTIFF_VERSION ${PROJECT_VERSION})
5151 geo_strtod.c \
5252 geotiff_proj4.c
5353
54 libgeotiff_la_LDFLAGS = -version-info 5:0:0
54 libgeotiff_la_LDFLAGS = -version-info 5:1:0
5555
5656 libgeotiff_la_LIBADD = libxtiff/libxtiff.la
5757
0 libgeotiff 1.5.1
1 ----------------
2
3 * re-add #define SetCSVFilenameHook gtSetCSVFilenameHook for compatibility with GDAL 2.4.x
4
05 libgeotiff 1.5.0
16 ----------------
27
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for libgeotiff 1.5.0.
2 # Generated by GNU Autoconf 2.69 for libgeotiff 1.5.1.
33 #
44 # Report bugs to <warmerdam@pobox.com>.
55 #
589589 # Identity of this package.
590590 PACKAGE_NAME='libgeotiff'
591591 PACKAGE_TARNAME='libgeotiff'
592 PACKAGE_VERSION='1.5.0'
593 PACKAGE_STRING='libgeotiff 1.5.0'
592 PACKAGE_VERSION='1.5.1'
593 PACKAGE_STRING='libgeotiff 1.5.1'
594594 PACKAGE_BUGREPORT='warmerdam@pobox.com'
595595 PACKAGE_URL=''
596596
14061406 # Omit some internal or obsolete options to make the list less imposing.
14071407 # This message is too long to be a string in the A/UX 3.1 sh.
14081408 cat <<_ACEOF
1409 \`configure' configures libgeotiff 1.5.0 to adapt to many kinds of systems.
1409 \`configure' configures libgeotiff 1.5.1 to adapt to many kinds of systems.
14101410
14111411 Usage: $0 [OPTION]... [VAR=VALUE]...
14121412
14771477
14781478 if test -n "$ac_init_help"; then
14791479 case $ac_init_help in
1480 short | recursive ) echo "Configuration of libgeotiff 1.5.0:";;
1480 short | recursive ) echo "Configuration of libgeotiff 1.5.1:";;
14811481 esac
14821482 cat <<\_ACEOF
14831483
16121612 test -n "$ac_init_help" && exit $ac_status
16131613 if $ac_init_version; then
16141614 cat <<\_ACEOF
1615 libgeotiff configure 1.5.0
1615 libgeotiff configure 1.5.1
16161616 generated by GNU Autoconf 2.69
16171617
16181618 Copyright (C) 2012 Free Software Foundation, Inc.
19811981 This file contains any messages produced by compilers while
19821982 running configure, to aid debugging if configure makes a mistake.
19831983
1984 It was created by libgeotiff $as_me 1.5.0, which was
1984 It was created by libgeotiff $as_me 1.5.1, which was
19851985 generated by GNU Autoconf 2.69. Invocation command line was
19861986
19871987 $ $0 $@
23992399
24002400
24012401
2402 RELEASE_VERSION=1.5.0
2402 RELEASE_VERSION=1.5.1
24032403
24042404 ac_config_headers="$ac_config_headers geo_config.h"
24052405
28912891
28922892 # Define the identity of the package.
28932893 PACKAGE='libgeotiff'
2894 VERSION='1.5.0'
2894 VERSION='1.5.1'
28952895
28962896
28972897 cat >>confdefs.h <<_ACEOF
1578315783 # report actual input values of CONFIG_FILES etc. instead of their
1578415784 # values after options handling.
1578515785 ac_log="
15786 This file was extended by libgeotiff $as_me 1.5.0, which was
15786 This file was extended by libgeotiff $as_me 1.5.1, which was
1578715787 generated by GNU Autoconf 2.69. Invocation command line was
1578815788
1578915789 CONFIG_FILES = $CONFIG_FILES
1584915849 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1585015850 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1585115851 ac_cs_version="\\
15852 libgeotiff config.status 1.5.0
15852 libgeotiff config.status 1.5.1
1585315853 configured by $0, generated by GNU Autoconf 2.69,
1585415854 with options \\"\$ac_cs_config\\"
1585515855
11
22 m4_define([VERSION_MAJOR], [1])
33 m4_define([VERSION_MINOR], [5])
4 m4_define([VERSION_POINT], [0])
4 m4_define([VERSION_POINT], [1])
55 m4_define([GEOTIFF_VERSION],
66 [VERSION_MAJOR.VERSION_MINOR.VERSION_POINT])
77
252252 * The following functions were used up to libgeotiff 1.4.X series, but
253253 * are now no-operation, since there is no longer any CSV use in libgeotiff.
254254 */
255 #define SetCSVFilenameHook gtSetCSVFilenameHook
255256 void GTIF_DLL SetCSVFilenameHook( const char *(*CSVFileOverride)(const char *) );
256257
257258
2929 */
3030 #define GvCurrentVersion 1
3131
32 #define LIBGEOTIFF_VERSION 1500
32 #define LIBGEOTIFF_VERSION 1510
3333
3434 #include "geo_config.h"
3535 #include "geokeys.h"