Fri Jun 19 12:53:28 1992 John Gilmore (gnu at cygnus.com)
[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_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 aix*)
39         host_makefile_frag=config/mh-sysv
40         case "${host_cpu}" in
41         rs6000) files=sysdep-aix.h
42         esac
43         ;;
44
45 irix*)
46         host_makefile_frag=config/mh-sysv
47         files=sysdep-irix.h
48         ;;
49
50 newsos* | mach*)
51         files=sysdep-obsd.h
52         ;;
53 esac
54
55 # per-target:
56
57