ICU-20528 Fill in testdata/rules.mk when there is no Python.

This commit is contained in:
Shane F. Carr 2019-03-29 11:42:38 -04:00 committed by Shane F. Carr
parent d56461f8f0
commit 732bf71451
2 changed files with 4 additions and 2 deletions

View File

@ -9118,6 +9118,7 @@ fi
if test -z "$PYTHON";
then
echo "" > data/rules.mk
echo "" > test/testdata/rules.mk
else
if test -f "$srcdir/data/locales/root.txt";
then
@ -9231,7 +9232,7 @@ fi
if test -z "$PYTHON";
then
echo "** Note: Python not found. You will not be able to build data from source."
echo "** Note: Python not found. You will not be able to build data from source or run tests."
fi
$as_unset _CXX_CXXSUFFIX

View File

@ -1394,6 +1394,7 @@ AC_OUTPUT
if test -z "$PYTHON";
then
echo "" > data/rules.mk
echo "" > test/testdata/rules.mk
else
if test -f "$srcdir/data/locales/root.txt";
then
@ -1504,7 +1505,7 @@ fi
if test -z "$PYTHON";
then
echo "** Note: Python not found. You will not be able to build data from source."
echo "** Note: Python not found. You will not be able to build data from source or run tests."
fi
$as_unset _CXX_CXXSUFFIX