Lines Matching full:echo
34 [LIB_VERSION=`echo $VERSION | sed -e 's/\.//' -e 's/^\([^.]*\)$/\1.0/'`]
35 LIB_VERSION_MAJOR=`echo $LIB_VERSION | sed 's/\..*//'`
265 #AC_PATH_PROG(AR,ar,[echo archiver ar not found re-run configure ; false],$PATH:/bin:/usr/bin:/usr/ccs/bin)
963 # thesysconfdir=`eval echo $sysconfdir`
965 dnl# thelibdir=`test "x$exec_prefix" = xNONE && exec_prefix="$prefix"; eval echo $libdir`
967 thedatadir=`eval echo $datadir`
981 datapackaging_dir=`eval echo $thedatadir`"/icu/${VERSION}"
1032 ICULIBSUFFIXCNAME=`echo _$ICULIBSUFFIX | sed 's/[^A-Za-z0-9_]/_/g'`
1100 echo
1182 echo
1183 echo "ICU for C/C++ $VERSION is ready to be built."
1184 echo "=== Important Notes: ==="
1187 echo
1188 echo "** ICU was configured without mutex or thread support. Multithread-safe operation will not be tested. If this is unexpected, then run configure with --enable-threads=yes or check the messages [above] to see why thread support was not found." 1>&6
1189 echo
1192 echo "Data Packaging: $datapackaging"
1193 echo " This means: $datapackaging_msg"
1194 echo " To locate data: $datapackaging_howfound"
1197 echo "Building ICU: Use a GNU make such as $U_MAKE to build ICU."
1199 echo "** WARNING: $U_MAKE may not be GNU make."
1200 echo "This may cause ICU to fail to build. Please make sure that GNU make"
1201 echo "is in your PATH so that the configure script can detect its location."