* isearch.c, search.c: Include sysdep.h.
[deliverable/binutils-gdb.git] / readline / configure.in
CommitLineData
a051de4b
JG
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
6configdirs=
7srctrigger=readline.c
8srcname="the readline library"
9
10# per-host:
11
5f4a039a
JG
12files=sysdep-norm.h
13links=sysdep.h
14
d5dcef63 15case "${host}" in
83660d21
JK
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 ;;
b51d8b22
SG
38esac
39
a051de4b 40# per-target:
0b909fe1
JG
41
42
This page took 0.093892 seconds and 4 git commands to generate.