From 27c28d61ceeb0c2de92cc493f8a794ab1b8b4b2d Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Tue, 7 Apr 1992 05:57:36 +0000 Subject: [PATCH] * configure.in: sco is an os, not a vendor! --- ChangeLog | 2 ++ configure.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 655da5fd564..8f21d1262d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com) + * configure.in: sco is an os, not a vendor! + * configure: Quote $( better. Keep various shells happy. Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com) diff --git a/configure.in b/configure.in index aae4f495076..363b7fa47d0 100644 --- a/configure.in +++ b/configure.in @@ -16,6 +16,7 @@ aix*) host_makefile_frag=config/mh-aix ;; m88kbcs) host_makefile_frag=config/mh-delta88;; sysv4*) host_makefile_frag=config/mh-sysv4 ;; sysv* | irix3) host_makefile_frag=config/mh-sysv ;; +sco*) host_makefile_frag=config/mh-sco ;; irix4) host_makefile_frag=config/mh-irix4 ;; ultrix*) case "${host_cpu}" in @@ -24,7 +25,6 @@ ultrix*) esac case "${host_vendor}" in -sco*) host_makefile_frag=config/mh-sco ;; apollo*) case "${host_cpu}" in m68k*) host_makefile_frag=config/mh-apollo68 ;; -- 2.30.2