summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2020-04-23 00:38:11 (GMT)
committerGitHub <noreply@github.com>2020-04-23 00:38:11 (GMT)
commita25f3c4c8f7d4878918ce1d3d67db40ae255ccc6 (patch)
tree2f93a0c1d9f8f3ef150ff31f9e6f7cf8c020592a /configure.ac
parentce0eacb19cdc7e35b62839649003edd6196dd70f (diff)
downloadcpython-a25f3c4c8f7d4878918ce1d3d67db40ae255ccc6.zip
cpython-a25f3c4c8f7d4878918ce1d3d67db40ae255ccc6.tar.gz
cpython-a25f3c4c8f7d4878918ce1d3d67db40ae255ccc6.tar.bz2
bpo-40334: Fix builds outside the source directory and regenerate autoconf files (GH-19667)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6bc8499..240ddeb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5397,7 +5397,7 @@ do
done
AC_SUBST(SRCDIRS)
-SRCDIRS="Parser Objects Python Modules Modules/_io Programs"
+SRCDIRS="Parser Parser/pegen Objects Python Modules Modules/_io Programs"
AC_MSG_CHECKING(for build directories)
for dir in $SRCDIRS; do
if test ! -d $dir; then