blob: f7b80da238d793b9170974b1edf33bdd21eb93cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# This file is a shell script fragment that supplies the information
# necessary to tailor a template configure script into the configure
# script appropriate for this directory. For more information, check
# any existing configure script.
configdirs=
srctrigger=readline.c
srcname="the readline library"
# per-host:
case "${host_os}" in
sysv* | irix* | aix*) host_makefile_frag=config/hm-sysv ;;
esac
# per-target:
|