1991-10-25 05:59:30 +01: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 12:24:36 +01:00
|
|
|
commontargets=true
|
1991-10-25 05:59:30 +01:00
|
|
|
|
|
|
|
# per-host:
|
|
|
|
|
1991-11-09 12:24:36 +01:00
|
|
|
files=sysdep-norm.h
|
|
|
|
links=sysdep.h
|
|
|
|
|
1991-10-25 05:59:30 +01:00
|
|
|
case "${host_os}" in
|
1991-11-21 23:38:52 +01:00
|
|
|
m88kbcs | sysv*)
|
1991-11-22 00:24:17 +01:00
|
|
|
host_makefile_frag=config/mh-sysv
|
1991-11-09 12:24:36 +01:00
|
|
|
;;
|
|
|
|
|
1991-11-22 02:42:10 +01:00
|
|
|
svr4)
|
|
|
|
host_makefile_frag=config/mh-svr4
|
|
|
|
;;
|
|
|
|
|
1991-11-09 12:24:36 +01:00
|
|
|
aix*)
|
1991-11-22 00:24:17 +01:00
|
|
|
host_makefile_frag=config/mh-sysv
|
1991-11-19 23:50:38 +01:00
|
|
|
case "${host_cpu}" in
|
1991-11-09 12:24:36 +01:00
|
|
|
rs6000) files=sysdep-aix.h
|
|
|
|
esac
|
|
|
|
;;
|
1991-11-21 23:38:52 +01:00
|
|
|
|
|
|
|
irix*)
|
1991-11-22 00:24:17 +01:00
|
|
|
host_makefile_frag=config/mh-sysv
|
1991-11-21 23:38:52 +01:00
|
|
|
files=sysdep-irix.h
|
|
|
|
;;
|
|
|
|
|
1991-11-22 22:59:01 +01:00
|
|
|
newsos* | mach*)
|
|
|
|
files=sysdep-oldbsd.h
|
1991-11-21 23:38:52 +01:00
|
|
|
;;
|
1991-10-25 05:59:30 +01:00
|
|
|
esac
|
|
|
|
|
1991-11-19 23:50:38 +01:00
|
|
|
case "${host_vendor}" in
|
|
|
|
sco* )
|
1991-11-22 00:24:17 +01:00
|
|
|
host_makefile_frag=config/mh-sco
|
1991-11-21 23:38:52 +01:00
|
|
|
files=sysdep-sco.h
|
1991-11-19 23:50:38 +01:00
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
1991-10-25 05:59:30 +01:00
|
|
|
# per-target:
|