* configure.in (m88k-*-sysvr4*): Use sysdep-norm.h.
[external/binutils.git] / readline / configure.in
1 # This file is a shell script fragment that supplies the information
2 # necessary to tailor a template configure script into the configure
3 # script appropriate for this directory.  For more information, check
4 # any existing configure script.
5
6 configdirs=
7 srctrigger=readline.c
8 srcname="the readline library"
9
10 # per-host:
11
12 files=sysdep-norm.h
13 links=sysdep.h
14
15 case "${host}" in
16   *-*-irix*)            host_makefile_frag=config/mh-sysv; files=sysdep-irix.h;;
17   i[34]86-ncr-sysv4*)   host_makefile_frag=config/mh-ncr3000 ;;
18   m88k-*-sysv4*)        host_makefile_frag=config/mh-sysv ;
19                         # defining POSIX_SOURCE causes stack_t to be undefined
20                         # even though it's used in <setjmp.h>
21                         files=sysdep-norm.h ;;
22   *-*-sysv4*)           host_makefile_frag=config/mh-sysv4 ; files=sysdep-sysv4.h;;
23   *-*-solaris2*)        host_makefile_frag=config/mh-sysv4 ;;
24   i[34]86-*-sco3.2v4*)  host_makefile_frag=config/mh-sco4; files=sysdep-sco.h ;;
25   i[34]86-*-sco*)       host_makefile_frag=config/mh-sco; files=sysdep-sco.h ;;
26   i[34]86-*-isc*)       host_makefile_frag=config/mh-isc ;;
27   m68k-apollo-sysv*)    host_makefile_frag=config/mh-apollo68v ;;    
28   *-*-sysv*)            host_makefile_frag=config/mh-sysv ;;
29   *-*-m88kbcs)          host_makefile_frag=config/mh-sysv ;;
30   i[34]86-*-linux)      host_makefile_frag=config/mh-posix ;;
31   rs6000-ibm-aix*)      host_makefile_frag=config/mh-sysv; files=sysdep-aix.h ;;
32   *-ibm-aix*)           host_makefile_frag=config/mh-sysv ;;
33   m68k-sony-news*)                                      files=sysdep-obsd.h ;;
34   *-*-bsd*)                                             files=sysdep-obsd.h ;;
35   *-*-mach*)                                            files=sysdep-obsd.h ;;
36   *-*-sunos3*)                                          files=sysdep-obsd.h ;;
37   *-*-ultrix2*)                                         files=sysdep-obsd.h ;;
38 esac
39
40 # per-target:
41
42