zsh-workers
 help / color / mirror / code / Atom feed
From: "Andrej Borsenkow" <borsenkow.msk@sni.de>
To: "ZSH workers mailing list" <zsh-workers@sunsite.auc.dk>
Subject: PATCH: zsh-3.1.5-pws-8: Fixes for ReliantUNIX and CDS++ 2.0
Date: Mon, 15 Feb 1999 10:53:04 +0300	[thread overview]
Message-ID: <003001be58b8$37ac2d50$21c9ca95@mowp.siemens.ru> (raw)

config.guess: SINIX was renamed to ReliantUNIX as from version 5.43B00. This
patch enables autodetection of new name. The canonical host is still set to
mips-sni-sysv4 as it is almost fully compatible. (5.44 and above are 64-bit,
but this is another story)

configure.in: new version of our compiler changed the way version string is
reported (this is known as compatibility :-) The way it is done now is the
same as in lsof.

cheers

/andrej


--- config.guess.org    Tue Nov 10 11:36:24 1998
+++ config.guess        Mon Feb 15 10:33:23 1999
@@ -526,6 +526,9 @@
     RM*:SINIX-*:*:*)
        echo mips-sni-sysv4
        exit 0 ;;
+    RM*:ReliantUNIX-*:*:*)
+       echo mips-sni-sysv4
+       exit 0 ;;
     *:SINIX-*:*:*)
        if uname -p 2>/dev/null >/dev/null ; then
                UNAME_MACHINE=`(uname -p) 2>/dev/null`
--- configure.in.org    Sat Feb 13 16:26:07 1999
+++ configure.in        Mon Feb 15 10:32:31 1999
@@ -1036,7 +1036,7 @@
       #
       sni_cc_version=`$CC -V 2>&1 | head -1`
       case "$sni_cc_version" in
-        CDS* )
+        *CDS* )
          EXTRA_LDFLAGS="${EXTRA_LDFLAGS=-Wl,-Blargedynsym}"
        ;;
        * )


                 reply	other threads:[~1999-02-15  8:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='003001be58b8$37ac2d50$21c9ca95@mowp.siemens.ru' \
    --to=borsenkow.msk@sni.de \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).