Brought forward from p3:
[binutils-gdb.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_os}" in
16 solaris*|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
23 ;;
24
25 scosysv*)
26 host_makefile_frag=config/mh-sco
27 files=sysdep-sco.h
28 ;;
29
30 m88kbcs | sysv*)
31 host_makefile_frag=config/mh-sysv
32 case "${host_vendor}" in
33 apollo)
34 host_makefile_frag=config/mh-apollo68v ;;
35 esac
36 ;;
37
38 linux)
39 host_makefile_frag=config/mh-posix
40 ;;
41 aix*)
42 host_makefile_frag=config/mh-sysv
43 case "${host_cpu}" in
44 rs6000) files=sysdep-aix.h
45 esac
46 ;;
47
48 irix*)
49 host_makefile_frag=config/mh-sysv
50 files=sysdep-irix.h
51 ;;
52
53 newsos* | mach*)
54 files=sysdep-obsd.h
55 ;;
56 esac
57
58 # per-target:
59
60