aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in8
-rw-r--r--readline/ChangeLog4
3 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 7757530..916ac07 100644
--- 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.
diff --git a/configure.in b/configure.in
index 4fa6382..47f4f90 100644
--- a/configure.in
+++ b/configure.in
@@ -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,
diff --git a/readline/ChangeLog b/readline/ChangeLog
index a51cfd6..c238e0a 100644
--- a/readline/ChangeLog
+++ b/readline/ChangeLog
@@ -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