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"
|
|
|
|
|
|
|
|
# per-host:
|
|
|
|
|
1991-11-09 11:24:36 +00:00
|
|
|
files=sysdep-norm.h
|
|
|
|
links=sysdep.h
|
|
|
|
|
1992-10-02 07:13:29 +00:00
|
|
|
case "${host}" in
|
|
|
|
i[34]86-ncr-sysv4*)
|
|
|
|
host_makefile_frag=config/mh-ncr3000
|
|
|
|
;;
|
|
|
|
mips-sgi-irix*)
|
|
|
|
host_makefile_frag=config/mh-sysv
|
|
|
|
files=sysdep-irix.h
|
|
|
|
;;
|
|
|
|
*-sun-solaris*| *-*-sysv4*)
|
|
|
|
host_makefile_frag=config/mh-sysv4
|
|
|
|
;;
|
|
|
|
i[34]86-*-sco)
|
|
|
|
host_makefile_frag=config/mh-sco
|
|
|
|
files=sysdep-sco.h
|
|
|
|
;;
|
|
|
|
m68k-apollo-sysv*)
|
|
|
|
host_makefile_frag=config/mh-apollo68v
|
|
|
|
;;
|
|
|
|
m88k-motorola-m88kbcs | *-*-sysv*)
|
|
|
|
host_makefile_frag=config/mh-sysv
|
|
|
|
;;
|
|
|
|
i[34]86-*-linux)
|
|
|
|
host_makefile_frag=config/mh-posix
|
|
|
|
;;
|
|
|
|
rs6000-ibm-aix*)
|
|
|
|
host_makefile_frag=config/mh-sysv
|
|
|
|
files=sysdep-aix.h
|
|
|
|
;;
|
|
|
|
*-ibm-aix*)
|
|
|
|
host_makefile_frag=config/mh-sysv
|
|
|
|
;;
|
|
|
|
m68k-sony-news* | *-*-mach* | *-*-bsd*)
|
|
|
|
files=sysdep-obsd.h
|
|
|
|
;;
|
1991-11-19 22:50:38 +00:00
|
|
|
esac
|
|
|
|
|
1991-10-25 04:59:30 +00:00
|
|
|
# per-target:
|
1992-06-19 19:54:41 +00:00
|
|
|
|
|
|
|
|