Add a bunch of config files to .Sanitize, add some config stuff to Makefile.in
[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*)
5f4a039a
JG
18 host_makefile_frag=config/hm-sysv
19 ;;
20
21aix*)
22 host_makefile_frag=config/hm-sysv
b51d8b22 23 case "${host_cpu}" in
5f4a039a
JG
24 rs6000) files=sysdep-aix.h
25 esac
26 ;;
10524f5e
SG
27
28irix*)
29 host_makefile_frag=config/hm-sysv
30 files=sysdep-irix.h
31 ;;
32
33newsos*)
34 files=sysdep-newsos.h
35 ;;
a051de4b
JG
36esac
37
b51d8b22
SG
38case "${host_vendor}" in
39sco* )
40 host_makefile_frag=config/hm-sco
10524f5e 41 files=sysdep-sco.h
b51d8b22
SG
42 ;;
43esac
44
a051de4b 45# per-target:
This page took 0.031062 seconds and 4 git commands to generate.