|
2 | 2 | # Guess values for system-dependent variables and create Makefiles. |
3 | 3 | # Generated by GNU Autoconf 2.69 for python 3.6. |
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.6' |
584 | 584 | PACKAGE_STRING='python 3.6' |
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" |
@@ -775,6 +775,7 @@ infodir |
775 | 775 | docdir |
776 | 776 | oldincludedir |
777 | 777 | includedir |
| 778 | +runstatedir |
778 | 779 | localstatedir |
779 | 780 | sharedstatedir |
780 | 781 | sysconfdir |
@@ -885,6 +886,7 @@ datadir='${datarootdir}' |
885 | 886 | sysconfdir='${prefix}/etc' |
886 | 887 | sharedstatedir='${prefix}/com' |
887 | 888 | localstatedir='${prefix}/var' |
| 889 | +runstatedir='${localstatedir}/run' |
888 | 890 | includedir='${prefix}/include' |
889 | 891 | oldincludedir='/usr/include' |
890 | 892 | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
@@ -1137,6 +1139,15 @@ do |
1137 | 1139 | | -silent | --silent | --silen | --sile | --sil) |
1138 | 1140 | silent=yes ;; |
1139 | 1141 |
|
| 1142 | + -runstatedir | --runstatedir | --runstatedi | --runstated \ |
| 1143 | + | --runstate | --runstat | --runsta | --runst | --runs \ |
| 1144 | + | --run | --ru | --r) |
| 1145 | + ac_prev=runstatedir ;; |
| 1146 | + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ |
| 1147 | + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ |
| 1148 | + | --run=* | --ru=* | --r=*) |
| 1149 | + runstatedir=$ac_optarg ;; |
| 1150 | + |
1140 | 1151 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) |
1141 | 1152 | ac_prev=sbindir ;; |
1142 | 1153 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ |
|
1274 | 1285 | for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
1275 | 1286 | datadir sysconfdir sharedstatedir localstatedir includedir \ |
1276 | 1287 | oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ |
1277 | | - libdir localedir mandir |
| 1288 | + libdir localedir mandir runstatedir |
1278 | 1289 | do |
1279 | 1290 | eval ac_val=\$$ac_var |
1280 | 1291 | # Remove trailing slashes. |
@@ -1427,6 +1438,7 @@ Fine tuning of the installation directories: |
1427 | 1438 | --sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
1428 | 1439 | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
1429 | 1440 | --localstatedir=DIR modifiable single-machine data [PREFIX/var] |
| 1441 | + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] |
1430 | 1442 | --libdir=DIR object code libraries [EPREFIX/lib] |
1431 | 1443 | --includedir=DIR C header files [PREFIX/include] |
1432 | 1444 | --oldincludedir=DIR C header files for non-gcc [/usr/include] |
@@ -1546,7 +1558,7 @@ Some influential environment variables: |
1546 | 1558 | Use these variables to override the choices made by `configure' or to help |
1547 | 1559 | it to find libraries and programs with nonstandard names/locations. |
1548 | 1560 |
|
1549 | | -Report bugs to <http://bugs.python.org/>. |
| 1561 | +Report bugs to <https://bugs.python.org/>. |
1550 | 1562 | _ACEOF |
1551 | 1563 | ac_status=$? |
1552 | 1564 | fi |
@@ -1814,9 +1826,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} |
1814 | 1826 | $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} |
1815 | 1827 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 |
1816 | 1828 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} |
1817 | | -( $as_echo "## -------------------------------------- ## |
1818 | | -## Report this to http://bugs.python.org/ ## |
1819 | | -## -------------------------------------- ##" |
| 1829 | +( $as_echo "## --------------------------------------- ## |
| 1830 | +## Report this to https://bugs.python.org/ ## |
| 1831 | +## --------------------------------------- ##" |
1820 | 1832 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
1821 | 1833 | ;; |
1822 | 1834 | esac |
@@ -17017,7 +17029,7 @@ $config_files |
17017 | 17029 | Configuration headers: |
17018 | 17030 | $config_headers |
17019 | 17031 |
|
17020 | | -Report bugs to <http://bugs.python.org/>." |
| 17032 | +Report bugs to <https://bugs.python.org/>." |
17021 | 17033 |
|
17022 | 17034 | _ACEOF |
17023 | 17035 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
|
0 commit comments