aboutsummaryrefslogtreecommitdiff
path: root/readline/configure.in
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-06-19 19:54:41 +0000
committerJohn Gilmore <gnu@cygnus>1992-06-19 19:54:41 +0000
commit0b909fe129911866c5db3484f1b1131872ae7df4 (patch)
tree5dfcaad4d085ca792282d3821b991f116b817331 /readline/configure.in
parentcf9395e5f5372c03813921680cf5e370b943ac9e (diff)
downloadgdb-0b909fe129911866c5db3484f1b1131872ae7df4.zip
gdb-0b909fe129911866c5db3484f1b1131872ae7df4.tar.gz
gdb-0b909fe129911866c5db3484f1b1131872ae7df4.tar.bz2
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
Diffstat (limited to 'readline/configure.in')
-rw-r--r--readline/configure.in34
1 files changed, 21 insertions, 13 deletions
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:
+
+