Home
last modified time | relevance | path

Searched refs:U_MAKE (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/
DrunConfigureICU197 U_MAKE=gmake; export U_MAKE
Dconfigure.ac207 AC_PATH_PROGS(U_MAKE, gmake gnumake, make)
208 AC_SUBST(U_MAKE) subst
1460 if test -n "`$U_MAKE -v 2>&1 | grep '^GNU Make'`"; then
1461 echo "Building ICU: Use a GNU make such as $U_MAKE to build ICU."
1463 echo "** WARNING: $U_MAKE may not be GNU make."
1471 AC_MSG_CHECKING([the version of "$U_MAKE"])
1472 if "$U_MAKE" -f "$srcdir/config/gmakever.mk" PLATFORM="$platform"; then
Dconfigure4310 case $U_MAKE in
4312 ac_cv_path_U_MAKE="$U_MAKE" # Let the user override the test with a path.
4333 U_MAKE=$ac_cv_path_U_MAKE
4334 if test -n "$U_MAKE"; then
4335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $U_MAKE" >&5
4336 $as_echo "$U_MAKE" >&6; }
4343 test -n "$U_MAKE" && break
4345 test -n "$U_MAKE" || U_MAKE="make"
9279 if test -n "`$U_MAKE -v 2>&1 | grep '^GNU Make'`"; then
9280 echo "Building ICU: Use a GNU make such as $U_MAKE to build ICU."
[all …]