4006e70accc0e63c7b7e449b9cee04d497731172
[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* | irix*)
18 host_makefile_frag=config/hm-sysv
19 ;;
20
21 aix*)
22 host_makefile_frag=config/hm-sysv
23 case "${host_arch}" in
24 rs6000) files=sysdep-aix.h
25 esac
26 ;;
27 esac
28
29 # per-target:
This page took 0.029798 seconds and 4 git commands to generate.