aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readline/ChangeLog10
-rw-r--r--readline/configure.in34
2 files changed, 30 insertions, 14 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog
index a8d5155..d18bfba 100644
--- a/readline/ChangeLog
+++ b/readline/ChangeLog
@@ -1,3 +1,11 @@
+Fri Jun 19 12:53:28 1992 John Gilmore (gnu at cygnus.com)
+
+ * config/mh-apollo68v, mh-sco, mh-sysv, mh-sysv4}: RANLIB=true.
+
+Mon Jun 15 13:50:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
+
+ * configure.in: use mh-sysv4 on solaris2
+
Mon Jun 15 12:28:24 1992 Fred Fish (fnf@cygnus.com)
* config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
@@ -7,7 +15,7 @@ Mon Jun 15 12:28:24 1992 Fred Fish (fnf@cygnus.com)
Mon Jun 15 01:35:55 1992 John Gilmore (gnu at cygnus.com)
* readline.c: Make new SIGNALS_* macros to parameterize the
- ugly changes in signal blocking macro. Use them throughout,
+ ugly changes in signal blocking. Use them throughout,
reducing #ifdef HAVE_POSIX_SIGNALS and HAVE_BSD_SIGNALS clutter
significantly. Make all such places use POSIX if available,
to avoid losing with poor `sigsetmask' emulation from libiberty.
diff --git a/readline/configure.in b/readline/configure.in
index f377385..baa864a 100644
--- a/readline/configure.in
+++ b/readline/configure.in
@@ -6,7 +6,6 @@
configdirs=
srctrigger=readline.c
srcname="the readline library"
-commontargets=true
# per-host:
@@ -14,12 +13,26 @@ files=sysdep-norm.h
links=sysdep.h
case "${host_os}" in
-m88kbcs | sysv*)
- host_makefile_frag=config/mh-sysv
+solaris*|sysv4*)
+ host_makefile_frag=config/mh-sysv4
+ case "${host_vendor}" in
+ ncr*)
+ host_makefile_frag=config/mh-ncr3000
+ ;;
+ esac
;;
-svr4)
- host_makefile_frag=config/mh-svr4
+scosysv*)
+ host_makefile_frag=config/mh-sco
+ files=sysdep-sco.h
+ ;;
+
+m88kbcs | sysv*)
+ host_makefile_frag=config/mh-sysv
+ case "${host_vendor}" in
+ apollo)
+ host_makefile_frag=config/mh-apollo68v ;;
+ esac
;;
aix*)
@@ -35,15 +48,10 @@ irix*)
;;
newsos* | mach*)
- files=sysdep-oldbsd.h
- ;;
-esac
-
-case "${host_vendor}" in
-sco* )
- host_makefile_frag=config/mh-sco
- files=sysdep-sco.h
+ files=sysdep-obsd.h
;;
esac
# per-target:
+
+