Home | History | Annotate | Download | only in dist

Lines Matching refs:SYSTEM

9 # OpenSSL config: determine the operating system and run ./Configure
56 [ "$SYSTEM" ] || SYSTEM=`(uname -s) 2>/dev/null` || SYSTEM="unknown"
105 # Now we simply scan though... In most cases, the SYSTEM info is enough
107 case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
304 echo "${MACHINE}-tenon-${SYSTEM}"; exit 0;
312 echo "${MACHINE}-v11-${SYSTEM}"; exit 0;
363 echo "${MACHINE}-whatever-${SYSTEM}"
389 if [ "$SYSTEM" = "HP-UX" ];then
402 if [ "$SYSTEM" = "SunOS" ]; then
427 if [ "${SYSTEM}" = "AIX" ]; then # favor vendor cc over gcc
436 echo Operating system: $GUESSOS
941 echo "This system ($OUT) is not supported. See file INSTALL for details."