summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-11-18 13:40:01 (GMT)
committerGitHub <noreply@github.com>2021-11-18 13:40:01 (GMT)
commite4bb22fabbea72776b377733047e0f32e0388059 (patch)
tree786fc0caaec75a2b0bae8c94da87d6b386179f17 /configure.ac
parent21fa7a3e8f99a1a32467f85c877e40cbdafa9da7 (diff)
downloadcpython-e4bb22fabbea72776b377733047e0f32e0388059.zip
cpython-e4bb22fabbea72776b377733047e0f32e0388059.tar.gz
cpython-e4bb22fabbea72776b377733047e0f32e0388059.tar.bz2
bpo-45573: Add Modules/Setup.stdlib with conditional modules (GH-29615)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 78b22d5..d2cb67a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6005,6 +6005,7 @@ AC_SUBST([MODULE_BLOCK])
# generate output files
AC_CONFIG_FILES(Makefile.pre Misc/python.pc Misc/python-embed.pc Misc/python-config.sh)
+AC_CONFIG_FILES([Modules/Setup.stdlib])
AC_CONFIG_FILES([Modules/ld_so_aix], [chmod +x Modules/ld_so_aix])
AC_OUTPUT