eab207a10d2efa7213a3c2626fcdd6e8f806f448
[deliverable/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 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 aix*)
22 host_makefile_frag=config/mh-sysv
23 case "${host_cpu}" in
24 rs6000) files=sysdep-aix.h
25 esac
26 ;;
27
28 irix*)
29 host_makefile_frag=config/mh-sysv
30 files=sysdep-irix.h
31 ;;
32
33 newsos*)
34 files=sysdep-newsos.h
35 ;;
36 esac
37
38 case "${host_vendor}" in
39 sco* )
40 host_makefile_frag=config/mh-sco
41 files=sysdep-sco.h
42 ;;
43 esac
44
45 # per-target:
This page took 0.029617 seconds and 4 git commands to generate.