|
2 | 2 | # Guess values for system-dependent variables and create Makefiles. |
3 | 3 | # Generated by GNU Autoconf 2.69 for python 3.5. |
4 | 4 | # |
5 | | -# Report bugs to <http://bugs.python.org/>. |
| 5 | +# Report bugs to <https://bugs.python.org/>. |
6 | 6 | # |
7 | 7 | # |
8 | 8 | # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. |
|
267 | 267 | $as_echo "$0: be upgraded to zsh 4.3.4 or later." |
268 | 268 | else |
269 | 269 | $as_echo "$0: Please tell [email protected] and |
270 | | -$0: http://bugs.python.org/ about your system, including |
| 270 | +$0: https://bugs.python.org/ about your system, including |
271 | 271 | $0: any error possibly output before this message. Then |
272 | 272 | $0: install a modern shell, or manually run the script |
273 | 273 | $0: under such a shell if you do have one." |
@@ -582,7 +582,7 @@ PACKAGE_NAME='python' |
582 | 582 | PACKAGE_TARNAME='python' |
583 | 583 | PACKAGE_VERSION='3.5' |
584 | 584 | PACKAGE_STRING='python 3.5' |
585 | | -PACKAGE_BUGREPORT='http://bugs.python.org/' |
| 585 | +PACKAGE_BUGREPORT='https://bugs.python.org/' |
586 | 586 | PACKAGE_URL='' |
587 | 587 |
|
588 | 588 | ac_unique_file="Include/object.h" |
@@ -774,6 +774,7 @@ infodir |
774 | 774 | docdir |
775 | 775 | oldincludedir |
776 | 776 | includedir |
| 777 | +runstatedir |
777 | 778 | localstatedir |
778 | 779 | sharedstatedir |
779 | 780 | sysconfdir |
@@ -884,6 +885,7 @@ datadir='${datarootdir}' |
884 | 885 | sysconfdir='${prefix}/etc' |
885 | 886 | sharedstatedir='${prefix}/com' |
886 | 887 | localstatedir='${prefix}/var' |
| 888 | +runstatedir='${localstatedir}/run' |
887 | 889 | includedir='${prefix}/include' |
888 | 890 | oldincludedir='/usr/include' |
889 | 891 | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
@@ -1136,6 +1138,15 @@ do |
1136 | 1138 | | -silent | --silent | --silen | --sile | --sil) |
1137 | 1139 | silent=yes ;; |
1138 | 1140 |
|
| 1141 | + -runstatedir | --runstatedir | --runstatedi | --runstated \ |
| 1142 | + | --runstate | --runstat | --runsta | --runst | --runs \ |
| 1143 | + | --run | --ru | --r) |
| 1144 | + ac_prev=runstatedir ;; |
| 1145 | + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ |
| 1146 | + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ |
| 1147 | + | --run=* | --ru=* | --r=*) |
| 1148 | + runstatedir=$ac_optarg ;; |
| 1149 | + |
1139 | 1150 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) |
1140 | 1151 | ac_prev=sbindir ;; |
1141 | 1152 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ |
|
1273 | 1284 | for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
1274 | 1285 | datadir sysconfdir sharedstatedir localstatedir includedir \ |
1275 | 1286 | oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ |
1276 | | - libdir localedir mandir |
| 1287 | + libdir localedir mandir runstatedir |
1277 | 1288 | do |
1278 | 1289 | eval ac_val=\$$ac_var |
1279 | 1290 | # Remove trailing slashes. |
@@ -1426,6 +1437,7 @@ Fine tuning of the installation directories: |
1426 | 1437 | --sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
1427 | 1438 | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
1428 | 1439 | --localstatedir=DIR modifiable single-machine data [PREFIX/var] |
| 1440 | + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] |
1429 | 1441 | --libdir=DIR object code libraries [EPREFIX/lib] |
1430 | 1442 | --includedir=DIR C header files [PREFIX/include] |
1431 | 1443 | --oldincludedir=DIR C header files for non-gcc [/usr/include] |
@@ -1545,7 +1557,7 @@ Some influential environment variables: |
1545 | 1557 | Use these variables to override the choices made by `configure' or to help |
1546 | 1558 | it to find libraries and programs with nonstandard names/locations. |
1547 | 1559 |
|
1548 | | -Report bugs to <http://bugs.python.org/>. |
| 1560 | +Report bugs to <https://bugs.python.org/>. |
1549 | 1561 | _ACEOF |
1550 | 1562 | ac_status=$? |
1551 | 1563 | fi |
@@ -1813,9 +1825,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} |
1813 | 1825 | $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} |
1814 | 1826 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 |
1815 | 1827 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} |
1816 | | -( $as_echo "## -------------------------------------- ## |
1817 | | -## Report this to http://bugs.python.org/ ## |
1818 | | -## -------------------------------------- ##" |
| 1828 | +( $as_echo "## --------------------------------------- ## |
| 1829 | +## Report this to https://bugs.python.org/ ## |
| 1830 | +## --------------------------------------- ##" |
1819 | 1831 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
1820 | 1832 | ;; |
1821 | 1833 | esac |
@@ -16868,7 +16880,7 @@ $config_files |
16868 | 16880 | Configuration headers: |
16869 | 16881 | $config_headers |
16870 | 16882 |
|
16871 | | -Report bugs to <http://bugs.python.org/>." |
| 16883 | +Report bugs to <https://bugs.python.org/>." |
16872 | 16884 |
|
16873 | 16885 | _ACEOF |
16874 | 16886 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
|
0 commit comments