From d544a137766fca1675e3b419a82e84464bab0c72 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Thu, 25 Jun 2020 10:20:16 -0400 Subject: [PATCH] bpo-40939: run autoreconf to fix configure{,.ac} disparity --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index dc590c2e98273a..c51f396824b635 100755 --- a/configure +++ b/configure @@ -16806,7 +16806,7 @@ do done -SRCDIRS="Parser Parser/pegen Objects Python Modules Modules/_io Programs" +SRCDIRS="Parser Objects Python Modules Modules/_io Programs" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build directories" >&5 $as_echo_n "checking for build directories... " >&6; } for dir in $SRCDIRS; do