- Timestamp:
- Oct 27, 2010 2:21:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r33514 r33515 181 181 cleanup 182 182 rm -f $ENV 183 echo "Check $LOG for details" 183 184 exit 1 184 185 fi … … 487 488 bcc_ver=`$BCC -v 2>&1|grep version|sed 's+^bcc: version \(.*\)+\1+'` 488 489 if [ $? -ne 0 ]; then 489 log_failure " not found"490 log_failure "BCC not found" 490 491 fail 491 492 else … … 505 506 $BCC -B $bcc_dir -C-c -3 -S -o $ODIR.tmp_out $ODIR.tmp_src.c >> $LOG 2>&1 506 507 if [ $? -ne 0 ]; then 507 log_failure " not found"508 log_failure "BCC not working" 508 509 fail 509 510 else … … 527 528 as86_ver=`$AS86 -v 2>&1|grep version|sed 's+^as86 version: \(.*\)+\1+'` 528 529 if [ $? -ne 0 ]; then 529 log_failure " not found"530 log_failure "as86 not found" 530 531 fail 531 532 else … … 546 547 yasm_ver=`$YASM --version|grep "^yasm"|sed 's+^yasm \(.*\)+\1+'` 547 548 if [ $? -ne 0 ]; then 548 log_failure " not found"549 log_failure "yasm not found" 549 550 fail 550 551 else … … 573 574 iasl_ver=`$IASL|grep version|sed 's+^ASL.*version \([0-9]*\).*+\1+'` 574 575 if [ $? -ne 0 ]; then 575 log_failure " not found"576 log_failure "iasl not found" 576 577 fail 577 578 else … … 592 593 xsltproc_ver=`$XSLTPROC --version` 593 594 if [ $? -ne 0 ]; then 594 log_failure " not found"595 log_failure "xsltproc not found" 595 596 fail 596 597 else … … 611 612 mkisofs_ver=`$GENISOIMAGE --version` 612 613 if [ $? -ne 0 ]; then 613 log_failure " not found"614 log_failure "mkisofs not found" 614 615 fail 615 616 else … … 620 621 mkisofs_ver=`$MKISOFS --version` 621 622 if [ $? -ne 0 ]; then 622 log_failure " not found"623 log_failure "mkisofs not working" 623 624 fail 624 625 else … … 641 642 libxml2_ver=`pkg-config libxml-2.0 --modversion 2>> $LOG` 642 643 if [ $? -ne 0 ]; then 643 log_failure " not found"644 log_failure "libxml2 not found" 644 645 fail 645 646 else … … 673 674 libxml2_ver=`xml2-config --version` 674 675 if [ $? -ne 0 ]; then 675 log_failure " not found"676 log_failure "xml2-config not found" 676 677 fail 677 678 else … … 724 725 libxslt_ver=`pkg-config libxslt --modversion 2>> $LOG` 725 726 if [ $? -ne 0 ]; then 726 log_failure " not found"727 log_failure "libxslt not found" 727 728 fail 728 729 else … … 756 757 libxslt_ver=`xslt-config --version` 757 758 if [ $? -ne 0 ]; then 758 log_failure " not found"759 log_failure "xslt-config not working" 759 760 fail 760 761 else … … 804 805 libidl_ver=`libIDL-config-2 --version` 805 806 if [ $? -ne 0 ]; then 806 log_failure " not found"807 log_failure "libIDL-config-2 not working" 807 808 fail 808 809 else … … 814 815 libidl_ver=`libIDL-config --version` 815 816 if [ $? -ne 0 ]; then 816 log_failure " not found"817 log_failure "libIDL-config not working" 817 818 fail 818 819 else … … 1019 1020 fi 1020 1021 fi 1021 echo " not found."1022 echo "pam0.x not found" 1022 1023 test_header linux_pam 1023 1024 cat > $ODIR.tmp_src.cc << EOF … … 1107 1108 fi 1108 1109 else 1109 log_failure " not found"1110 log_failure "SDL not found" 1110 1111 fail 1111 1112 fi … … 1461 1462 pkg-config QtCore --modversion 2>> $LOG` 1462 1463 if [ $? -ne 0 ]; then 1463 log_failure " not found"1464 log_failure "QtCore not found" 1464 1465 fail 1465 1466 else … … 1565 1566 moc_ver=`$q/bin/moc-qt4 -v 2>&1|sed 's+^.*(Qt \(.*\))+\1+'` 1566 1567 if [ $? -ne 0 ]; then 1567 log_failure " not found"1568 log_failure "moc-qt4 not working" 1568 1569 fail 1569 1570 else … … 1579 1580 moc_ver=`$q/bin/moc -v 2>&1|sed 's+^.*(Qt \(.*\))+\1+'` 1580 1581 if [ $? -ne 0 ]; then 1581 log_failure " not found"1582 log_failure "moc not working" 1582 1583 fail 1583 1584 else … … 1594 1595 fi 1595 1596 else 1596 log_failure " not found"1597 log_failure "qt4 not working" 1597 1598 fail 1598 1599 fi 1599 1600 else 1600 log_failure " not found"1601 log_failure "qt4 not found" 1601 1602 fail 1602 1603 fi … … 1678 1679 kchmviewer_ver=`$KCHMVIEWER --version|grep "^KchmViewer:"|sed 's+^KchmViewer: \(.*\)+\1+'` 1679 1680 if [ $? -ne 0 ]; then 1680 log_failure " not found"1681 log_failure "kchmviewer not working" 1681 1682 fail 1682 1683 else … … 1888 1889 cnf_append "VBOX_LIB_PYTHON" "$p/$b/lib$d.so" 1889 1890 else 1890 log_failure " not found"1891 log_failure "Python not working" 1891 1892 fail 1892 1893 fi 1893 1894 else 1894 log_failure " not found"1895 log_failure "Python not found" 1895 1896 fail 1896 1897 fi … … 2061 2062 makeself_ver=`$MAKESELF --version|grep version|sed 's+^Makeself.*version \([0-9\.]*\).*+\1+'` 2062 2063 if [ $? -ne 0 ]; then 2063 log_failure " not found"2064 log_failure "makeself not working" 2064 2065 fail 2065 2066 else
Note:
See TracChangeset
for help on using the changeset viewer.