Lines Matching defs:which_wrapper
27 which_wrapper()
152 PKGCONFIG="`which_wrapper pkg-config`"
254 elif which_wrapper $1 > /dev/null; then
590 cnf_append "VBOX_IASLCMD" "`which_wrapper $IASL`"
612 cnf_append "VBOX_XSLTPROC" "`which_wrapper $XSLTPROC`"
624 if which_wrapper $GENISOIMAGE > /dev/null; then
631 cnf_append "VBOX_MKISOFS" "`which_wrapper $GENISOIMAGE`"
640 cnf_append "VBOX_MKISOFS" "`which_wrapper $MKISOFS`"
654 if which_wrapper pkg-config > /dev/null; then
686 elif which_wrapper xml2-config; then
734 if which_wrapper libIDL-config-2 > /dev/null; then
742 "PKG_CONFIG_PATH=`libIDL-config-2 --prefix`/$LIB/pkgconfig `which_wrapper libIDL-config-2`"
751 cnf_append "VBOX_LIBIDL_CONFIG" "`which_wrapper libIDL-config`"
1096 if which_wrapper sdl-config > /dev/null; then
1484 if which_wrapper pkg-config > /dev/null; then
1569 if which_wrapper "$q/bin/moc" > /dev/null; then
1591 if which_wrapper "$q/bin/moc-qt4" > /dev/null; then
1605 elif which_wrapper "$q/bin/moc" > /dev/null; then
1639 if which_wrapper pkg-config > /dev/null; then
1772 if which_wrapper "$KBUILDDIR/bin/$OS.$BUILD_MACHINE/kmk" > /dev/null; then
1812 KBUILD_SED="`which_wrapper kmk_sed`"
1994 if ! which_wrapper wine > /dev/null; then
1998 if ! which_wrapper wine > /dev/null; then
2005 if ! which_wrapper wineprefixcreate > /dev/null; then
2052 if which_wrapper pkg-config > /dev/null; then
2078 if which_wrapper "$GSOAP/bin/soapcpp2" > /dev/null; then
2079 if which_wrapper "$GSOAP/bin/wsdl2h" > /dev/null; then
2233 cnf_append "VBOX_MAKESELF" "`which_wrapper $MAKESELF`"
2247 i386_elf_gcc=`which_wrapper i386-elf-gcc-3.4.6`
2248 test -z "$i386_elf_gcc" && i386_elf_gcc=`which_wrapper i386-elf-gcc-3.4.3`
2249 test -z "$i386_elf_gcc" && i386_elf_gcc=`which_wrapper i386-elf-gcc-3.4`
2250 test -z "$i386_elf_gcc" && i386_elf_gcc=`which_wrapper i386-elf-gcc`