Commit 0db50cf7 authored by Ned Deily's avatar Ned Deily

Issue #18093: Create Programs directory in build location for

out-of-tree builds.
parent b27d3a2d
......@@ -15351,7 +15351,7 @@ do
done
SRCDIRS="Parser Grammar Objects Python Modules Mac"
SRCDIRS="Parser Grammar Objects Python Modules Mac 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
......
......@@ -4734,7 +4734,7 @@ do
done
AC_SUBST(SRCDIRS)
SRCDIRS="Parser Grammar Objects Python Modules Mac"
SRCDIRS="Parser Grammar Objects Python Modules Mac Programs"
AC_MSG_CHECKING(for build directories)
for dir in $SRCDIRS; do
if test ! -d $dir; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment