Changeset 338 for pjproject/trunk/configure
- Timestamp:
- Mar 20, 2006 12:39:24 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/configure
r316 r338 4 4 # Detect machine 5 5 # 6 MACHINE=`uname - m`6 MACHINE=`uname -p` 7 7 8 8 if echo $MACHINE | grep sun4u > /dev/null; then … … 12 12 elif echo $MACHINE | grep alpha > /dev/null; then 13 13 MACHINE_NAME=alpha 14 elif echo $MACHINE | grep powerpc > /dev/null; then 15 MACHINE_NAME=powerpc 14 16 else 15 echo "Unable to detect processor type ('uname - m' == '$MACHINE')"17 echo "Unable to detect processor type ('uname -p' == '$MACHINE')" 16 18 exit 1 17 19 fi … … 45 47 OS_NAME=win32 46 48 HOST_NAME=mingw 49 elif echo $SYSTEM | grep -i darwin > /dev/null; then 50 OS_NAME=darwinos 51 HOST_NAME=unix 47 52 else 48 53 echo "Unable to detect system type ('uname -s' == '$SYSTEM')"
Note: See TracChangeset
for help on using the changeset viewer.