1 dnl Process this file with autoconf to produce a configure script.
5 AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..)
9 . ${srcdir}/../../bfd/configure.host
11 # Set up to make a link between the host's include file and "sysdep.h".
12 files="../../bfd/hosts/${my_host}.h"
13 if test ! -f ${srcdir}/${files} ; then
14 files=../../bfd/hosts/std-host.h
15 AC_MSG_WARN(shsim has no specific support for host ${host} -- using std-host)
17 AC_LINK_FILES($files, sysdep.h)
19 if test -f ${srcdir}/../../bfd/config/${my_host}.mh; then
20 host_makefile_frag=../../bfd/config/${my_host}.mh
22 host_makefile_frag=/dev/null
26 if test $host_makefile_frag != /dev/null; then
27 frags="$frags $host_makefile_frag"
29 AC_SUBST_FILE(host_makefile_frag)