Add /* */ to #if 0'd thing to help ANSI.
[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
5f4a039a
JG
17m88kbcs | sysv* | irix*)
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 ;;
a051de4b
JG
27esac
28
b51d8b22
SG
29case "${host_vendor}" in
30sco* )
31 host_makefile_frag=config/hm-sco
32 ;;
33esac
34
a051de4b 35# per-target:
This page took 0.026794 seconds and 4 git commands to generate.