regularize formatting
[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
a051de4b 15case "${host_os}" in
0b909fe1
JG
16solaris*|sysv4*)
17 host_makefile_frag=config/mh-sysv4
18 case "${host_vendor}" in
19 ncr*)
20 host_makefile_frag=config/mh-ncr3000
21 ;;
22 esac
5f4a039a
JG
23 ;;
24
0b909fe1
JG
25scosysv*)
26 host_makefile_frag=config/mh-sco
27 files=sysdep-sco.h
28 ;;
29
30m88kbcs | sysv*)
31 host_makefile_frag=config/mh-sysv
32 case "${host_vendor}" in
33 apollo)
34 host_makefile_frag=config/mh-apollo68v ;;
35 esac
9fb2bebd
SG
36 ;;
37
f274a4b8
PB
38linux)
39 host_makefile_frag=config/mh-posix
40 ;;
5f4a039a 41aix*)
a7951d11 42 host_makefile_frag=config/mh-sysv
b51d8b22 43 case "${host_cpu}" in
5f4a039a
JG
44 rs6000) files=sysdep-aix.h
45 esac
46 ;;
10524f5e
SG
47
48irix*)
a7951d11 49 host_makefile_frag=config/mh-sysv
10524f5e
SG
50 files=sysdep-irix.h
51 ;;
52
73766d91 53newsos* | mach*)
0b909fe1 54 files=sysdep-obsd.h
b51d8b22
SG
55 ;;
56esac
57
a051de4b 58# per-target:
0b909fe1
JG
59
60
This page took 0.045294 seconds and 4 git commands to generate.