blob: 1d14098185e3b1a4b73ab9b8eb4132a590e1be70 (
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/hmake-sysv ;;
esac
# per-target:
|