Skip to content

Commit 169f87c

Browse files
committed
Commit changes to generated files
1 parent f518518 commit 169f87c

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

aclocal.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# generated automatically by aclocal 1.16.2 -*- Autoconf -*-
1+
# generated automatically by aclocal 1.16.3 -*- Autoconf -*-
22

33
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
44

configure

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,7 @@ infodir
783783
docdir
784784
oldincludedir
785785
includedir
786+
runstatedir
786787
localstatedir
787788
sharedstatedir
788789
sysconfdir
@@ -897,6 +898,7 @@ datadir='${datarootdir}'
897898
sysconfdir='${prefix}/etc'
898899
sharedstatedir='${prefix}/com'
899900
localstatedir='${prefix}/var'
901+
runstatedir='${localstatedir}/run'
900902
includedir='${prefix}/include'
901903
oldincludedir='/usr/include'
902904
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1149,6 +1151,15 @@ do
11491151
| -silent | --silent | --silen | --sile | --sil)
11501152
silent=yes ;;
11511153

1154+
-runstatedir | --runstatedir | --runstatedi | --runstated \
1155+
| --runstate | --runstat | --runsta | --runst | --runs \
1156+
| --run | --ru | --r)
1157+
ac_prev=runstatedir ;;
1158+
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1159+
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1160+
| --run=* | --ru=* | --r=*)
1161+
runstatedir=$ac_optarg ;;
1162+
11521163
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
11531164
ac_prev=sbindir ;;
11541165
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1286,7 +1297,7 @@ fi
12861297
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
12871298
datadir sysconfdir sharedstatedir localstatedir includedir \
12881299
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1289-
libdir localedir mandir
1300+
libdir localedir mandir runstatedir
12901301
do
12911302
eval ac_val=\$$ac_var
12921303
# Remove trailing slashes.
@@ -1439,6 +1450,7 @@ Fine tuning of the installation directories:
14391450
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
14401451
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
14411452
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
1453+
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
14421454
--libdir=DIR object code libraries [EPREFIX/lib]
14431455
--includedir=DIR C header files [PREFIX/include]
14441456
--oldincludedir=DIR C header files for non-gcc [/usr/include]

pyconfig.h.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,9 @@
281281
/* Define to 1 if you have the `dup3' function. */
282282
#undef HAVE_DUP3
283283

284+
/* Define if you have the '_dyld_shared_cache_contains_path' function. */
285+
#undef HAVE_DYLD_SHARED_CACHE_CONTAINS_PATH
286+
284287
/* Defined when any dynamic module loading is enabled. */
285288
#undef HAVE_DYNAMIC_LOADING
286289

@@ -772,9 +775,6 @@
772775
/* Define if you have the 'prlimit' functions. */
773776
#undef HAVE_PRLIMIT
774777

775-
/* Define if you have the '_dyld_shared_cache_contains_path' function. */
776-
#undef HAVE_DYLD_SHARED_CACHE_CONTAINS_PATH
777-
778778
/* Define to 1 if you have the <process.h> header file. */
779779
#undef HAVE_PROCESS_H
780780

0 commit comments

Comments
 (0)