From 65e6ae6220b140ae37dac62286303e8e0340c89e Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 28 Jan 1995 02:28:46 +0000 Subject: [PATCH] (unixware, svr4): Treat as synonyms for sysv4. --- config.sub | 5 ++++- lib/config.sub | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/config.sub b/config.sub index 35c9d74..fac9f67 100644 --- a/config.sub +++ b/config.sub @@ -1,6 +1,6 @@ #!/bin/sh # Configuration validation subroutine script, version 1.1. -# Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc. +# Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software # can handle that machine. It does not imply ALL GNU software can. @@ -586,6 +586,9 @@ case $os in -solaris) os=-solaris2 ;; + -unixware* | svr4*) + os=-sysv4 + ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux|'` ;; diff --git a/lib/config.sub b/lib/config.sub index 35c9d74..fac9f67 100644 --- a/lib/config.sub +++ b/lib/config.sub @@ -1,6 +1,6 @@ #!/bin/sh # Configuration validation subroutine script, version 1.1. -# Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc. +# Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software # can handle that machine. It does not imply ALL GNU software can. @@ -586,6 +586,9 @@ case $os in -solaris) os=-solaris2 ;; + -unixware* | svr4*) + os=-sysv4 + ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux|'` ;; -- 2.7.4