* configure.in: Add * to end of all OS names.
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 22 Oct 1993 13:32:12 +0000 (13:32 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 22 Oct 1993 13:32:12 +0000 (13:32 +0000)
ChangeLog
configure.in
readline/ChangeLog

index 7757530..916ac07 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * configure.in: Add * to end of all OS names.
+
 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
 
        * configure.in: Build newlib for LynxOS native.
index 4fa6382..47f4f90 100644 (file)
@@ -83,7 +83,7 @@ srcname="gnu development package"
 # per-host:
 
 case "${host}" in
-  m68k-hp-hpux)                  host_makefile_frag=config/mh-hp300 ;;
+  m68k-hp-hpux*)         host_makefile_frag=config/mh-hp300 ;;
   m68k-apollo-sysv*)      host_makefile_frag=config/mh-apollo68 ;;
   m68k-apollo-bsd*)       host_makefile_frag=config/mh-a68bsd ;;
   m88k-motorola-sysv*)    host_makefile_frag=config/mh-delta88;;
@@ -95,7 +95,7 @@ case "${host}" in
   i[34]86-ncr-sysv4*)     host_makefile_frag=config/mh-ncr3000 ;;
   i[34]86-*-sco*)         host_makefile_frag=config/mh-sco ;;
   i[34]86-*-isc*)        host_makefile_frag=config/mh-sysv ;;
-  i[34]86-*-linux       host_makefile_frag=config/mh-linux ;;
+  i[34]86-*-linux*)       host_makefile_frag=config/mh-linux ;;
   i[34]86-*-solaris2*)    host_makefile_frag=config/mh-sysv4 ;;
   i[34]86-*-aix*)        host_makefile_frag=config/mh-aix386 ;;
   vax-*-ultrix2*)         host_makefile_frag=config/mh-vaxult2 ;;
@@ -104,7 +104,7 @@ case "${host}" in
   *-*-solaris2*)          host_makefile_frag=config/mh-solaris ;;
   m68k-sun-*)            host_makefile_frag=config/mh-sun3 ;;
   *-sun-*)               host_makefile_frag=config/mh-sun ;;
-  *-hp-hpux             host_makefile_frag=config/mh-hpux ;;
+  *-hp-hpux*)             host_makefile_frag=config/mh-hpux ;;
   *-*-hiux*)              host_makefile_frag=config/mh-hpux ;;
   *-*-lynxos*)           host_makefile_frag=config/mh-lynxos
                                cross_only="xiberty" ;;
@@ -119,7 +119,7 @@ use_gnu_ld=
 use_gnu_as=
 
 case "${target}" in
-  hppa*-hp-hpux        target_makefile_frag=config/mt-hppa ;;
+  hppa*-hp-hpux*)        target_makefile_frag=config/mt-hppa ;;
 esac
 
 # some tools are so dependent upon X11 that if we're not building with X, 
index a51cfd6..c238e0a 100644 (file)
@@ -1,3 +1,7 @@
+Fri Oct 22 07:55:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * configure.in: Add * to end of all OS names.
+
 Tue Oct  5 12:33:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * readline.c: Add stuff for HIUX to place where we detect termio