|
1 | 1 | #! /bin/sh |
2 | 2 | # 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. |
4 | 4 | # |
5 | 5 | # Report bugs to <https://github.com/markwal/GPX/issues>. |
6 | 6 | # |
@@ -580,8 +580,8 @@ MAKEFLAGS= |
580 | 580 | # Identity of this package. |
581 | 581 | PACKAGE_NAME='gpx' |
582 | 582 | 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' |
585 | 585 | PACKAGE_BUGREPORT='https://github.com/markwal/GPX/issues' |
586 | 586 | PACKAGE_URL='https://github.com/markwal/GPX' |
587 | 587 |
|
@@ -722,6 +722,7 @@ infodir |
722 | 722 | docdir |
723 | 723 | oldincludedir |
724 | 724 | includedir |
| 725 | +runstatedir |
725 | 726 | localstatedir |
726 | 727 | sharedstatedir |
727 | 728 | sysconfdir |
@@ -795,6 +796,7 @@ datadir='${datarootdir}' |
795 | 796 | sysconfdir='${prefix}/etc' |
796 | 797 | sharedstatedir='${prefix}/com' |
797 | 798 | localstatedir='${prefix}/var' |
| 799 | +runstatedir='${localstatedir}/run' |
798 | 800 | includedir='${prefix}/include' |
799 | 801 | oldincludedir='/usr/include' |
800 | 802 | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
@@ -1047,6 +1049,15 @@ do |
1047 | 1049 | | -silent | --silent | --silen | --sile | --sil) |
1048 | 1050 | silent=yes ;; |
1049 | 1051 |
|
| 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 | + |
1050 | 1061 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) |
1051 | 1062 | ac_prev=sbindir ;; |
1052 | 1063 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ |
|
1184 | 1195 | for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
1185 | 1196 | datadir sysconfdir sharedstatedir localstatedir includedir \ |
1186 | 1197 | oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ |
1187 | | - libdir localedir mandir |
| 1198 | + libdir localedir mandir runstatedir |
1188 | 1199 | do |
1189 | 1200 | eval ac_val=\$$ac_var |
1190 | 1201 | # Remove trailing slashes. |
@@ -1297,7 +1308,7 @@ if test "$ac_init_help" = "long"; then |
1297 | 1308 | # Omit some internal or obsolete options to make the list less imposing. |
1298 | 1309 | # This message is too long to be a string in the A/UX 3.1 sh. |
1299 | 1310 | 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. |
1301 | 1312 |
|
1302 | 1313 | Usage: $0 [OPTION]... [VAR=VALUE]... |
1303 | 1314 |
|
@@ -1337,6 +1348,7 @@ Fine tuning of the installation directories: |
1337 | 1348 | --sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
1338 | 1349 | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
1339 | 1350 | --localstatedir=DIR modifiable single-machine data [PREFIX/var] |
| 1351 | + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] |
1340 | 1352 | --libdir=DIR object code libraries [EPREFIX/lib] |
1341 | 1353 | --includedir=DIR C header files [PREFIX/include] |
1342 | 1354 | --oldincludedir=DIR C header files for non-gcc [/usr/include] |
|
1367 | 1379 |
|
1368 | 1380 | if test -n "$ac_init_help"; then |
1369 | 1381 | 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:";; |
1371 | 1383 | esac |
1372 | 1384 | cat <<\_ACEOF |
1373 | 1385 |
|
|
1462 | 1474 | test -n "$ac_init_help" && exit $ac_status |
1463 | 1475 | if $ac_init_version; then |
1464 | 1476 | cat <<\_ACEOF |
1465 | | -gpx configure 2.5.0 |
| 1477 | +gpx configure 2.5.1 |
1466 | 1478 | generated by GNU Autoconf 2.69 |
1467 | 1479 |
|
1468 | 1480 | Copyright (C) 2012 Free Software Foundation, Inc. |
@@ -2015,7 +2027,7 @@ cat >config.log <<_ACEOF |
2015 | 2027 | This file contains any messages produced by compilers while |
2016 | 2028 | running configure, to aid debugging if configure makes a mistake. |
2017 | 2029 |
|
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 |
2019 | 2031 | generated by GNU Autoconf 2.69. Invocation command line was |
2020 | 2032 |
|
2021 | 2033 | $ $0 $@ |
|
2878 | 2890 |
|
2879 | 2891 | # Define the identity of the package. |
2880 | 2892 | PACKAGE='gpx' |
2881 | | - VERSION='2.5.0' |
| 2893 | + VERSION='2.5.1' |
2882 | 2894 |
|
2883 | 2895 |
|
2884 | 2896 | cat >>confdefs.h <<_ACEOF |
@@ -5654,7 +5666,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
5654 | 5666 | # report actual input values of CONFIG_FILES etc. instead of their |
5655 | 5667 | # values after options handling. |
5656 | 5668 | 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 |
5658 | 5670 | generated by GNU Autoconf 2.69. Invocation command line was |
5659 | 5671 |
|
5660 | 5672 | CONFIG_FILES = $CONFIG_FILES |
@@ -5721,7 +5733,7 @@ _ACEOF |
5721 | 5733 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
5722 | 5734 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
5723 | 5735 | ac_cs_version="\\ |
5724 | | -gpx config.status 2.5.0 |
| 5736 | +gpx config.status 2.5.1 |
5725 | 5737 | configured by $0, generated by GNU Autoconf 2.69, |
5726 | 5738 | with options \\"\$ac_cs_config\\" |
5727 | 5739 |
|
|
0 commit comments