Kaydet (Commit) 884d3ba9 authored tarafından Fred Drake's avatar Fred Drake

Make sure the Modules/ directory is created before writing Modules/Setup.

üst e7d36164
......@@ -1300,6 +1300,9 @@ AC_CHECK_TYPE(socklen_t, int)
AC_MSG_CHECKING(for Modules/Setup)
if test ! -f Modules/Setup ; then
if test ! -d Modules ; then
mkdir Modules
fi
cp "$srcdir/Modules/Setup.dist" Modules/Setup
AC_MSG_RESULT(creating)
else
......
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