diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2020-04-23 01:38:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-23 01:38:11 +0100 |
commit | a25f3c4c8f7d4878918ce1d3d67db40ae255ccc6 (patch) | |
tree | 2f93a0c1d9f8f3ef150ff31f9e6f7cf8c020592a /configure.ac | |
parent | Add @pablogsal as code owner for pegen-related files (GH-19665) (diff) | |
download | cpython-a25f3c4c8f7d4878918ce1d3d67db40ae255ccc6.tar.gz cpython-a25f3c4c8f7d4878918ce1d3d67db40ae255ccc6.tar.bz2 cpython-a25f3c4c8f7d4878918ce1d3d67db40ae255ccc6.zip |
bpo-40334: Fix builds outside the source directory and regenerate autoconf files (GH-19667)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6bc8499f7ff..240ddeb9b3d 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 |