summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRafael Laboissière <rafael@debian.org>2020-02-15 14:49:51 -0300
committerRafael Laboissière <rafael@debian.org>2020-02-15 14:49:51 -0300
commit73a0fc85dc1845d5a438ed5c7cae817e1acffe7e (patch)
tree62cac3cdb853aede5e87cbd910a3a35bfddad343 /src
parent2bab124e83280dfcf9af418ad6a39efbf5bef040 (diff)
New upstream version 1.4.0
Diffstat (limited to 'src')
-rw-r--r--src/aclocal.m44
-rwxr-xr-xsrc/configure32
-rw-r--r--src/configure.ac2
-rw-r--r--src/deg2rad.m.in2
-rw-r--r--src/gdalread.cc4
-rw-r--r--src/misc.cpp2
-rw-r--r--src/misc.h2
-rw-r--r--src/rad2deg.m.in2
8 files changed, 31 insertions, 19 deletions
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 133d264..5722670 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -1,6 +1,6 @@
-# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
+# generated automatically by aclocal 1.16.1 -*- Autoconf -*-
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
+# Copyright (C) 1996-2018 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
diff --git a/src/configure b/src/configure
index ee5d3c9..f79fb0a 100755
--- a/src/configure
+++ b/src/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Octave-Forge mapping package 1.2.0+.
+# Generated by GNU Autoconf 2.69 for Octave-Forge mapping package 1.4.0.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -576,8 +576,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Octave-Forge mapping package'
PACKAGE_TARNAME='octave-forge-mapping-package'
-PACKAGE_VERSION='1.2.0+'
-PACKAGE_STRING='Octave-Forge mapping package 1.2.0+'
+PACKAGE_VERSION='1.4.0'
+PACKAGE_STRING='Octave-Forge mapping package 1.4.0'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -617,6 +617,7 @@ infodir
docdir
oldincludedir
includedir
+runstatedir
localstatedir
sharedstatedir
sysconfdir
@@ -695,6 +696,7 @@ datadir='${datarootdir}'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
+runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -947,6 +949,15 @@ do
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
+ -runstatedir | --runstatedir | --runstatedi | --runstated \
+ | --runstate | --runstat | --runsta | --runst | --runs \
+ | --run | --ru | --r)
+ ac_prev=runstatedir ;;
+ -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
+ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
+ | --run=* | --ru=* | --r=*)
+ runstatedir=$ac_optarg ;;
+
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1084,7 +1095,7 @@ fi
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
- libdir localedir mandir
+ libdir localedir mandir runstatedir
do
eval ac_val=\$$ac_var
# Remove trailing slashes.
@@ -1197,7 +1208,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 Octave-Forge mapping package 1.2.0+ to adapt to many kinds of systems.
+\`configure' configures Octave-Forge mapping package 1.4.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1237,6 +1248,7 @@ Fine tuning of the installation directories:
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
+ --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
@@ -1259,7 +1271,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Octave-Forge mapping package 1.2.0+:";;
+ short | recursive ) echo "Configuration of Octave-Forge mapping package 1.4.0:";;
esac
cat <<\_ACEOF
@@ -1349,7 +1361,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-Octave-Forge mapping package configure 1.2.0+
+Octave-Forge mapping package configure 1.4.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1450,7 +1462,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 Octave-Forge mapping package $as_me 1.2.0+, which was
+It was created by Octave-Forge mapping package $as_me 1.4.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3144,7 +3156,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by Octave-Forge mapping package $as_me 1.2.0+, which was
+This file was extended by Octave-Forge mapping package $as_me 1.4.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -3206,7 +3218,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-Octave-Forge mapping package config.status 1.2.0+
+Octave-Forge mapping package config.status 1.4.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/src/configure.ac b/src/configure.ac
index 12b1537..8e1d1c4 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.67])
-AC_INIT([Octave-Forge mapping package], [1.2.0+])
+AC_INIT([Octave-Forge mapping package], [1.4.0])
AC_CONFIG_HEADERS([config.h])
AC_ARG_VAR([MKOCTFILE], [Compiler for Octave dynamic-load modules (default=mkoctfile -Wall)])
diff --git a/src/deg2rad.m.in b/src/deg2rad.m.in
index 2ef0038..97dde71 100644
--- a/src/deg2rad.m.in
+++ b/src/deg2rad.m.in
@@ -1,4 +1,4 @@
-## Copyright (C) 2004 Andrew Collier <abcollier@users.sourceforge.net>
+## Copyright (C) 2004-2020 Andrew Collier <abcollier@users.sourceforge.net>
##
## This program is free software; you can redistribute it and/or modify it under
## the terms of the GNU General Public License as published by the Free Software
diff --git a/src/gdalread.cc b/src/gdalread.cc
index cdc13f7..92e7fef 100644
--- a/src/gdalread.cc
+++ b/src/gdalread.cc
@@ -1,8 +1,8 @@
/*
The MIT License (MIT)
-Copyright (C) 2015 Shashank Khare, skhare at hotmail dot com
-Copyright (C) 2015 Philip Nienhuis <prnienhuis@users.sf.net>
+Copyright (C) 2015-2020 Shashank Khare, skhare at hotmail dot com
+Copyright (C) 2015-2020 Philip Nienhuis <prnienhuis@users.sf.net>
Large parts of the below code originate from http://www.gdal.org/gdal_tutorial.html
Acknowledgement: Snow and Avalanche Studies Establishment, DRDO, Chandigarh, India
diff --git a/src/misc.cpp b/src/misc.cpp
index f0902b1..fc40d4a 100644
--- a/src/misc.cpp
+++ b/src/misc.cpp
@@ -1,6 +1,6 @@
/*
The MIT License (MIT)
-Copyright (C) 2015 Shashank Khare
+Copyright (C) 2015-2020 Shashank Khare
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
diff --git a/src/misc.h b/src/misc.h
index a7c8845..fdd66c1 100644
--- a/src/misc.h
+++ b/src/misc.h
@@ -1,6 +1,6 @@
/*
The MIT License (MIT)
-Copyright (C) 2015 Shashank Khare
+Copyright (C) 2015-2020 Shashank Khare
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
diff --git a/src/rad2deg.m.in b/src/rad2deg.m.in
index da74577..495b89d 100644
--- a/src/rad2deg.m.in
+++ b/src/rad2deg.m.in
@@ -1,4 +1,4 @@
-## Copyright (C) 2004 Andrew Collier <abcollier@users.sourceforge.net>
+## Copyright (C) 2004-2020 Andrew Collier <abcollier@users.sourceforge.net>
##
## This program is free software; you can redistribute it and/or modify it under
## the terms of the GNU General Public License as published by the Free Software