SCO lint.
[deliverable/binutils-gdb.git] / readline / configure.in
CommitLineData
a051de4b
JG
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
6configdirs=
7srctrigger=readline.c
8srcname="the readline library"
5f4a039a 9commontargets=true
a051de4b
JG
10
11# per-host:
12
5f4a039a
JG
13files=sysdep-norm.h
14links=sysdep.h
15
a051de4b 16case "${host_os}" in
10524f5e 17m88kbcs | sysv*)
a7951d11 18 host_makefile_frag=config/mh-sysv
5f4a039a
JG
19 ;;
20
9fb2bebd
SG
21svr4)
22 host_makefile_frag=config/mh-svr4
23 ;;
24
5f4a039a 25aix*)
a7951d11 26 host_makefile_frag=config/mh-sysv
b51d8b22 27 case "${host_cpu}" in
5f4a039a
JG
28 rs6000) files=sysdep-aix.h
29 esac
30 ;;
10524f5e
SG
31
32irix*)
a7951d11 33 host_makefile_frag=config/mh-sysv
10524f5e
SG
34 files=sysdep-irix.h
35 ;;
36
37newsos*)
38 files=sysdep-newsos.h
39 ;;
a051de4b
JG
40esac
41
b51d8b22
SG
42case "${host_vendor}" in
43sco* )
a7951d11 44 host_makefile_frag=config/mh-sco
10524f5e 45 files=sysdep-sco.h
b51d8b22
SG
46 ;;
47esac
48
a051de4b 49# per-target:
This page took 0.029278 seconds and 4 git commands to generate.