@@ -784,7 +784,6 @@ infodir
784784docdir
785785oldincludedir
786786includedir
787- runstatedir
788787localstatedir
789788sharedstatedir
790789sysconfdir
@@ -895,7 +894,6 @@ datadir='${datarootdir}'
895894sysconfdir=' ${prefix}/etc'
896895sharedstatedir=' ${prefix}/com'
897896localstatedir=' ${prefix}/var'
898- runstatedir=' ${localstatedir}/run'
899897includedir=' ${prefix}/include'
900898oldincludedir=' /usr/include'
901899docdir=' ${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1148,15 +1146,6 @@ do
11481146 | -silent | --silent | --silen | --sile | --sil)
11491147 silent=yes ;;
11501148
1151- -runstatedir | --runstatedir | --runstatedi | --runstated \
1152- | --runstate | --runstat | --runsta | --runst | --runs \
1153- | --run | --ru | --r)
1154- ac_prev=runstatedir ;;
1155- -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1156- | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1157- | --run=* | --ru=* | --r=* )
1158- runstatedir=$ac_optarg ;;
1159-
11601149 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
11611150 ac_prev=sbindir ;;
11621151 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
12941283for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
12951284 datadir sysconfdir sharedstatedir localstatedir includedir \
12961285 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1297- libdir localedir mandir runstatedir
1286+ libdir localedir mandir
12981287do
12991288 eval ac_val=\$ $ac_var
13001289 # Remove trailing slashes.
@@ -1447,7 +1436,6 @@ Fine tuning of the installation directories:
14471436 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
14481437 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
14491438 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1450- --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
14511439 --libdir=DIR object code libraries [EPREFIX/lib]
14521440 --includedir=DIR C header files [PREFIX/include]
14531441 --oldincludedir=DIR C header files for non-gcc [/usr/include]
@@ -1511,8 +1499,8 @@ Optional Packages:
15111499 compiler
15121500 --with-suffix=.exe set executable suffix
15131501 --with-pydebug build with Py_DEBUG defined
1514- --with-optimizations Enable expensive optimizations (PGO, maybe LTO,
1515- etc). Disabled by default.
1502+ --with-optimizations Enable expensive optimizations (PGO, etc). Disabled
1503+ by default.
15161504 --with-lto Enable Link Time Optimization in PGO builds.
15171505 Disabled by default.
15181506 --with-hash-algorithm=[fnv|siphash24]
65606548if test " $Py_OPT " = ' true' ; then
65616549 # Intentionally not forcing Py_LTO='true' here. Too many toolchains do not
65626550 # compile working code using it and both test_distutils and test_gdb are
6563- # broken when you do managed to get a toolchain that works with it. People
6551+ # broken when you do manage to get a toolchain that works with it. People
65646552 # who want LTO need to use --with-lto themselves.
65656553 DEF_MAKE_ALL_RULE=" profile-opt"
65666554 REQUIRE_PGO=" yes"
0 commit comments