* config.guess: Detect Rhapsody on PowerPC and other machines.
Contributed by Wilfredo Sanchez <wsanchez@apple.com>.
* config.sub: Add rhapsody and openstep aliases.
+1999-01-10 Ben Elliston <bje@cygnus.com>
+
+ * config.guess: Detect Rhapsody on PowerPC and other machines.
+ Contributed by Wilfredo Sanchez <wsanchez@apple.com>.
+
+ * config.sub: Add rhapsody and openstep aliases.
+
1999-01-09 Ben Elliston <bje@cygnus.com>
* Makefile.in (html): New target. Generate HTML documentation.
+ (install-strip): Add.
Contributed by Wilfredo Sanchez <wsanchez@apple.com>.
* autoconf.texi (AC_CHECK_LIB): Explain more. Contributed by Bob
SX-5:SUPER-UX:*:*)
echo sx5-nec-superux${UNAME_RELEASE}
exit 0 ;;
+ Power*:Rhapsody:*:*)
+ echo powerpc-apple-rhapsody${UNAME_RELEASE}
+ exit 0 ;;
+ *:Rhapsody:*:*)
+ echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
+ exit 0 ;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
- | -mingw32* | -linux-gnu* | -uxpv* | -beos*)
+ | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -rhapsody* \
+ | -openstep*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-linux*)