Changeset 4733 in vbox
- Timestamp:
- Sep 12, 2007 12:43:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r4730 r4733 21 21 LC_ALL=C 22 22 export LC_ALL 23 24 # append some extra paths 25 PATH="$PATH:/opt/gnome/bin" 26 # solaris 27 PATH="/usr/ucb:/usr/xpg4/bin:$PATH:/usr/local/bin:/usr/sfw/bin:/usr/ccs/bin" 28 export PATH 23 29 24 30 # … … 1291 1297 check_kbuild 1292 1298 1299 # append the tools directory to the default search path 1300 echo "$PATH" | grep -q "$DEVDIR_BIN" || PATH="$PATH:$DEVDIR_BIN" 1301 export PATH 1302 1293 1303 # some things are not available in for OSE 1294 1304 if [ $OSE -ge 1 ]; then … … 1314 1324 [ $WITH_QT -eq 0 ] && cnf_append "VBOX_WITH_QTGUI" "" 1315 1325 [ $WITH_SDL_TTF -eq 0 ] && cnf_append "VBOX_WITH_SECURELABEL" "" 1316 1317 # append the tools directory to the default search path1318 echo "$PATH" | grep -q "$DEVDIR_BIN" || PATH="$PATH:$DEVDIR_BIN"1319 1320 # append some extra paths1321 PATH="$PATH:/opt/gnome/bin"1322 # solaris1323 PATH="/usr/ucb:/usr/xpg4/bin:$PATH:/usr/local/bin:/usr/sfw/bin:/usr/ccs/bin"1324 export PATH1325 1326 1326 1327 # the tools
Note:
See TracChangeset
for help on using the changeset viewer.