Lines Matching full:then

11 if test $? != 0 ; then
49 if test -n "$PERL_MM_OPT" ; then
61 if ! which $prog > /dev/null ; then
79 if [ -z "$MAKE" ] ; then
85 if [ -z "$MAKE_VERSION" ] ; then
92 if [ $MAKE_MAJOR -lt 3 ] || [ $MAKE_MAJOR -eq 3 -a $MAKE_MINOR -lt 81 ] ; then
100 if [ -z "$COMPILER" ] ; then
103 if [ -z "$COMPILER" ] ; then
111 if [ -z "$COMPILER_VERSION" ] ; then
118 if [ $COMPILER_MAJOR -lt 4 -o $COMPILER_MAJOR -eq 4 -a $COMPILER_MINOR -lt 8 ] ; then
126 if [ -z "$CXXCOMPILER" ] ; then
130 if [ -z "$CXXCOMPILER" ] ; then
134 if [ ! -z "$CXXCOMPILER" ] ; then
137 if [ -z "$CXXCOMPILER_VERSION" ] ; then
143 if [ -n "$CXXCOMPILER_VERSION" ] ; then
146 if [ $CXXCOMPILER_MAJOR -lt 4 -o $CXXCOMPILER_MAJOR -eq 4 -a $CXXCOMPILER_MINOR -lt 8 ] ; then
156 if [ -n "${BASH}" ]; then :
157 elif [ -x /bin/bash ]; then :
158 elif [ -z "$( sh -c 'echo $BASH' )" ]; then
167 if ! which $prog > /dev/null ; then
170 if test $prog = "svn" ; then
172 elif test $prog = "hg" ; then
174 elif test $prog = "zcat" ; then
176 elif test $prog = "bzcat" ; then
182 if test "${missing_progs}" = "yes" ; then
187 if [ -z "${PATCH_VERSION}" ] ; then
194 if [ "${PATCH_MAJOR}" -lt 2 ] || [ "${PATCH_MAJOR}" -eq 2 -a "${PATCH_MINOR}" -lt 7 ] ; then
200 if grep ^BR2_NEEDS_HOST_UTF8_LOCALE=y $BR2_CONFIG > /dev/null; then
201 if ! which locale > /dev/null ; then
206 if ! locale -a | grep -q -i -E 'utf-?8$' ; then
213 if grep -q ^BR2_NEEDS_HOST_JAVA=y $BR2_CONFIG ; then
216 if [ ! -z "$JAVA_GCJ" ] ; then
224 if grep -q ^BR2_HOSTARCH_NEEDS_IA32_LIBS=y $BR2_CONFIG ; then
225 if test ! -f /lib/ld-linux.so.2 ; then
242 if grep -q ^BR2_HOSTARCH_NEEDS_IA32_COMPILER=y $BR2_CONFIG ; then
243 if ! echo "int main(void) {}" | gcc -m32 -x c - -o /dev/null 2>/dev/null; then
251 if ! echo "int main(void) {}" | g++ -m32 -x c++ - -o /dev/null 2>/dev/null; then
260 if grep ^BR2_NEEDS_HOST_GCC_PLUGIN_SUPPORT=y $BR2_CONFIG ; then
261 …CXX_NOCCACHE -I$($HOSTCXX_NOCCACHE -print-file-name=plugin)/include -x c++ -c - -o /dev/null ; then
275 if grep -q ^BR2_PACKAGE_MPV=y $BR2_CONFIG ; then
280 if grep -q ^BR2_PACKAGE_WHOIS=y $BR2_CONFIG ; then
284 if grep -q -E '^BR2_PACKAGE_(WEBKITGTK|WPEWEBKIT)=y' $BR2_CONFIG ; then
292 if ! perl -e "require $pm" > /dev/null 2>&1 ; then
297 if [ -n "$missing_perl_modules" ] ; then