Skip to content

Commit ab78adf

Browse files
committed
2.5.1
1 parent ed7ccea commit ab78adf

File tree

5 files changed

+27
-12
lines changed

5 files changed

+27
-12
lines changed

Makefile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ pdfdir = @pdfdir@
322322
prefix = @prefix@
323323
program_transform_name = @program_transform_name@
324324
psdir = @psdir@
325+
runstatedir = @runstatedir@
325326
sbindir = @sbindir@
326327
sharedstatedir = @sharedstatedir@
327328
srcdir = @srcdir@

configure

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for gpx 2.5.0.
3+
# Generated by GNU Autoconf 2.69 for gpx 2.5.1.
44
#
55
# Report bugs to <https://github.com/markwal/GPX/issues>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='gpx'
582582
PACKAGE_TARNAME='gpx'
583-
PACKAGE_VERSION='2.5.0'
584-
PACKAGE_STRING='gpx 2.5.0'
583+
PACKAGE_VERSION='2.5.1'
584+
PACKAGE_STRING='gpx 2.5.1'
585585
PACKAGE_BUGREPORT='https://github.com/markwal/GPX/issues'
586586
PACKAGE_URL='https://github.com/markwal/GPX'
587587

@@ -722,6 +722,7 @@ infodir
722722
docdir
723723
oldincludedir
724724
includedir
725+
runstatedir
725726
localstatedir
726727
sharedstatedir
727728
sysconfdir
@@ -795,6 +796,7 @@ datadir='${datarootdir}'
795796
sysconfdir='${prefix}/etc'
796797
sharedstatedir='${prefix}/com'
797798
localstatedir='${prefix}/var'
799+
runstatedir='${localstatedir}/run'
798800
includedir='${prefix}/include'
799801
oldincludedir='/usr/include'
800802
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1047,6 +1049,15 @@ do
10471049
| -silent | --silent | --silen | --sile | --sil)
10481050
silent=yes ;;
10491051

1052+
-runstatedir | --runstatedir | --runstatedi | --runstated \
1053+
| --runstate | --runstat | --runsta | --runst | --runs \
1054+
| --run | --ru | --r)
1055+
ac_prev=runstatedir ;;
1056+
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1057+
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1058+
| --run=* | --ru=* | --r=*)
1059+
runstatedir=$ac_optarg ;;
1060+
10501061
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
10511062
ac_prev=sbindir ;;
10521063
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1184,7 +1195,7 @@ fi
11841195
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
11851196
datadir sysconfdir sharedstatedir localstatedir includedir \
11861197
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1187-
libdir localedir mandir
1198+
libdir localedir mandir runstatedir
11881199
do
11891200
eval ac_val=\$$ac_var
11901201
# Remove trailing slashes.
@@ -1297,7 +1308,7 @@ if test "$ac_init_help" = "long"; then
12971308
# Omit some internal or obsolete options to make the list less imposing.
12981309
# This message is too long to be a string in the A/UX 3.1 sh.
12991310
cat <<_ACEOF
1300-
\`configure' configures gpx 2.5.0 to adapt to many kinds of systems.
1311+
\`configure' configures gpx 2.5.1 to adapt to many kinds of systems.
13011312
13021313
Usage: $0 [OPTION]... [VAR=VALUE]...
13031314
@@ -1337,6 +1348,7 @@ Fine tuning of the installation directories:
13371348
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
13381349
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
13391350
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
1351+
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
13401352
--libdir=DIR object code libraries [EPREFIX/lib]
13411353
--includedir=DIR C header files [PREFIX/include]
13421354
--oldincludedir=DIR C header files for non-gcc [/usr/include]
@@ -1367,7 +1379,7 @@ fi
13671379

13681380
if test -n "$ac_init_help"; then
13691381
case $ac_init_help in
1370-
short | recursive ) echo "Configuration of gpx 2.5.0:";;
1382+
short | recursive ) echo "Configuration of gpx 2.5.1:";;
13711383
esac
13721384
cat <<\_ACEOF
13731385
@@ -1462,7 +1474,7 @@ fi
14621474
test -n "$ac_init_help" && exit $ac_status
14631475
if $ac_init_version; then
14641476
cat <<\_ACEOF
1465-
gpx configure 2.5.0
1477+
gpx configure 2.5.1
14661478
generated by GNU Autoconf 2.69
14671479
14681480
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2015,7 +2027,7 @@ cat >config.log <<_ACEOF
20152027
This file contains any messages produced by compilers while
20162028
running configure, to aid debugging if configure makes a mistake.
20172029
2018-
It was created by gpx $as_me 2.5.0, which was
2030+
It was created by gpx $as_me 2.5.1, which was
20192031
generated by GNU Autoconf 2.69. Invocation command line was
20202032
20212033
$ $0 $@
@@ -2878,7 +2890,7 @@ fi
28782890
28792891
# Define the identity of the package.
28802892
PACKAGE='gpx'
2881-
VERSION='2.5.0'
2893+
VERSION='2.5.1'
28822894
28832895
28842896
cat >>confdefs.h <<_ACEOF
@@ -5654,7 +5666,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
56545666
# report actual input values of CONFIG_FILES etc. instead of their
56555667
# values after options handling.
56565668
ac_log="
5657-
This file was extended by gpx $as_me 2.5.0, which was
5669+
This file was extended by gpx $as_me 2.5.1, which was
56585670
generated by GNU Autoconf 2.69. Invocation command line was
56595671
56605672
CONFIG_FILES = $CONFIG_FILES
@@ -5721,7 +5733,7 @@ _ACEOF
57215733
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
57225734
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
57235735
ac_cs_version="\\
5724-
gpx config.status 2.5.0
5736+
gpx config.status 2.5.1
57255737
configured by $0, generated by GNU Autoconf 2.69,
57265738
with options \\"\$ac_cs_config\\"
57275739

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([gpx], [2.5.0], [https://github.com/markwal/GPX/issues],,[https://github.com/markwal/GPX])
5+
AC_INIT([gpx], [2.5.1], [https://github.com/markwal/GPX/issues],,[https://github.com/markwal/GPX])
66
AC_CONFIG_AUX_DIR([build-aux])
77
AM_INIT_AUTOMAKE([foreign subdir-objects])
88
AM_MAINTAINER_MODE([disable])

src/gpx/Makefile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ pdfdir = @pdfdir@
268268
prefix = @prefix@
269269
program_transform_name = @program_transform_name@
270270
psdir = @psdir@
271+
runstatedir = @runstatedir@
271272
sbindir = @sbindir@
272273
sharedstatedir = @sharedstatedir@
273274
srcdir = @srcdir@

src/utils/Makefile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ pdfdir = @pdfdir@
266266
prefix = @prefix@
267267
program_transform_name = @program_transform_name@
268268
psdir = @psdir@
269+
runstatedir = @runstatedir@
269270
sbindir = @sbindir@
270271
sharedstatedir = @sharedstatedir@
271272
srcdir = @srcdir@

0 commit comments

Comments
 (0)