Changeset 60754 in vbox for trunk/configure
- Timestamp:
- Apr 29, 2016 9:36:45 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106947
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r60563 r60754 4 4 5 5 # 6 # Copyright (C) 2006-201 3Oracle Corporation6 # Copyright (C) 2006-2016 Oracle Corporation 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as … … 20 20 # append some extra paths 21 21 PATH="$PATH:/opt/gnome/bin" 22 # Solaris (order of paths important for tr, echo,grep, sed to work)23 PATH="/usr/xpg4/bin: /usr/ucb:$PATH:/usr/local/bin:/usr/sfw/bin:/usr/ccs/bin"22 # Solaris (order of paths important for tr, grep, sed to work) 23 PATH="/usr/xpg4/bin:$PATH:/usr/local/bin:/usr/sfw/bin:/usr/ccs/bin" 24 24 ORGPATH=$PATH 25 25 … … 188 188 if [ "$OS" = "darwin" ]; then 189 189 ECHO_N="/bin/echo -n" 190 elif [ "$OS" = "solaris" ]; then 191 # Solaris 11 /bin/sh has a builtin echo that could grok -n if there is 192 # /usr/ucb/echo the first echo executable in the path, but the /usr/ucb 193 # tools are no longer installed by default. 194 ECHO_N="/usr/gnu/bin/echo -n" 190 195 else 191 196 ECHO_N="echo -n"
Note:
See TracChangeset
for help on using the changeset viewer.