]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-01-10 Ben Elliston <bje@cygnus.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sat, 9 Jan 1999 05:21:13 +0000 (05:21 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sat, 9 Jan 1999 05:21:13 +0000 (05:21 +0000)
* config.guess: Detect Rhapsody on PowerPC and other machines.
Contributed by Wilfredo Sanchez <wsanchez@apple.com>.
* config.sub: Add rhapsody and openstep aliases.

ChangeLog
config.guess
config.sub

index 4a4d891b119f4a862746d84e3f7e8ec542723516..c52320a3e0904aefac757824831fef1b0a2049a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
+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
index f867d1ad2b29e6885cfc072c26301050e8f6b3bf..4e5345fac2e46248045ef925545edda05706e546 100755 (executable)
@@ -823,6 +823,12 @@ EOF
     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
index 00bea6e6aaf93fb77bd94582dd3046d99f6dcbdc..da8b7ae65ca103c7224635025653da9c61002335 100755 (executable)
@@ -714,7 +714,8 @@ case $os in
              | -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*)