Support Mach too.
[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 commontargets=true
10
11 # per-host:
12
13 files=sysdep-norm.h
14 links=sysdep.h
15
16 case "${host_os}" in
17 m88kbcs | sysv*)
18         host_makefile_frag=config/mh-sysv
19         ;;
20
21 svr4)
22         host_makefile_frag=config/mh-svr4
23         ;;
24
25 aix*)
26         host_makefile_frag=config/mh-sysv
27         case "${host_cpu}" in
28         rs6000) files=sysdep-aix.h
29         esac
30         ;;
31
32 irix*)
33         host_makefile_frag=config/mh-sysv
34         files=sysdep-irix.h
35         ;;
36
37 newsos* | mach*)
38         files=sysdep-oldbsd.h
39         ;;
40 esac
41
42 case "${host_vendor}" in
43 sco* )
44         host_makefile_frag=config/mh-sco
45         files=sysdep-sco.h
46         ;;
47 esac
48
49 # per-target: