aix is a Sys V as far as we're concerned.
[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
10 # per-host:
11
12 case "${host_os}" in
13 sysv* | irix* | aix*) host_makefile_frag=config/hmake-sysv ;;
14 esac
15
16 # per-target:
17
This page took 0.031502 seconds and 5 git commands to generate.