VirtualBox

Changeset 4726 in vbox for trunk/configure


Ignore:
Timestamp:
Sep 12, 2007 10:23:18 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
24401
Message:

more Solaris

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r4724 r4726  
    244244    freebsd)
    245245      ;;
    246     SunOS)
     246    sunos)
    247247      OS='solaris'
    248248      ;;
     
    417417      yasm_min=`echo $yasm_ver|cut -d. -f2`
    418418      yasm_rev=`echo $yasm_ver|cut -d. -f3`
    419       yasm_ver_mul=$(($yasm_maj*10000+$yasm_min*100+$yasm_rev))
     419      yasm_ver_mul=`expr $yasm_maj \* 10000 + $yasm_min \* 100 + $yasm_rev`
    420420      if [ $yasm_ver_mul -lt 501 ]; then
    421421        log_failure "found version $yasm_ver, expected at least 0.5.1"
     
    11671167
    11681168# scan command line options
    1169 for option; do
     1169for option in $*; do
    11701170  case "$option" in
    11711171    --help|-help|-h)
     
    13211321PATH="$PATH:/opt/gnome/bin"
    13221322# solaris
    1323 PATH="$PATH:/usr/local/bin:/usr/sfw/bin:/usr/ccs/bin"
     1323PATH="/usr/ucb:/usr/xpg4/bin:$PATH:/usr/local/bin:/usr/sfw/bin:/usr/ccs/bin"
    13241324
    13251325# the tools
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette