1991-10-25 04:59:30 +00:00
|
|
|
# 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"
|
1991-11-09 11:24:36 +00:00
|
|
|
commontargets=true
|
1991-10-25 04:59:30 +00:00
|
|
|
|
|
|
|
# per-host:
|
|
|
|
|
1991-11-09 11:24:36 +00:00
|
|
|
files=sysdep-norm.h
|
|
|
|
links=sysdep.h
|
|
|
|
|
1991-10-25 04:59:30 +00:00
|
|
|
case "${host_os}" in
|
1991-11-09 11:24:36 +00:00
|
|
|
m88kbcs | sysv* | irix*)
|
|
|
|
host_makefile_frag=config/hm-sysv
|
|
|
|
;;
|
|
|
|
|
|
|
|
aix*)
|
|
|
|
host_makefile_frag=config/hm-sysv
|
|
|
|
case "${host_arch}" in
|
|
|
|
rs6000) files=sysdep-aix.h
|
|
|
|
esac
|
|
|
|
;;
|
1991-10-25 04:59:30 +00:00
|
|
|
esac
|
|
|
|
|
|
|
|
# per-target:
|