Mon Dec 21 12:40:10 1992 Ian Lance Taylor (ian@cygnus.com)
[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}" in
16 i[34]86-ncr-sysv4*)
17 host_makefile_frag=config/mh-ncr3000
18 ;;
19 mips-sgi-irix*)
20 host_makefile_frag=config/mh-sysv
21 files=sysdep-irix.h
22 ;;
23 *-sun-solaris*| *-*-sysv4*)
24 host_makefile_frag=config/mh-sysv4
25 ;;
26 i[34]86-*-sco)
27 host_makefile_frag=config/mh-sco
28 files=sysdep-sco.h
29 ;;
30 m68k-apollo-sysv*)
31 host_makefile_frag=config/mh-apollo68v
32 ;;
33 m88k-motorola-m88kbcs | *-*-sysv*)
34 host_makefile_frag=config/mh-sysv
35 ;;
36 i[34]86-*-linux)
37 host_makefile_frag=config/mh-posix
38 ;;
39 rs6000-ibm-aix*)
40 host_makefile_frag=config/mh-sysv
41 files=sysdep-aix.h
42 ;;
43 *-ibm-aix*)
44 host_makefile_frag=config/mh-sysv
45 ;;
46 m68k-sony-news* | *-*-mach* | *-*-bsd*)
47 files=sysdep-obsd.h
48 ;;
49 esac
50
51 # per-target:
52
53