* configure.in: sco is an os, not a vendor!
authorStu Grossman <grossman@cygnus>
Tue, 7 Apr 1992 05:57:36 +0000 (05:57 +0000)
committerStu Grossman <grossman@cygnus>
Tue, 7 Apr 1992 05:57:36 +0000 (05:57 +0000)
ChangeLog
configure.in

index 655da5fd56494328d772d64e5618106669663979..8f21d1262d75ae51fd552374e72153eb9b20eb2b 100644 (file)
--- 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)
index aae4f4950763275764fdbddb513b3eaffc63f258..363b7fa47d05f0656967cc4dcbb4367902676872 100644 (file)
@@ -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 ;;
This page took 0.028713 seconds and 4 git commands to generate.