ICU-20528 Fill in testdata/rules.mk when there is no Python.
This commit is contained in:
parent
d56461f8f0
commit
732bf71451
3
icu4c/source/configure
vendored
3
icu4c/source/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user