* linker.c (default_fill_link_order): Handle four byte fill value.
[deliverable/binutils-gdb.git] / sim / sh / configure.in
index 22bc10a467599ad87b7545327e1a38c9a0fffabe..033b0bc161589179292b5f77768f827967a6f272 100644 (file)
@@ -1,33 +1,10 @@
-# This file is a shell script 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.
+dnl Process this file with autoconf to produce a configure script.
+sinclude(../common/aclocal.m4)
+AC_PREREQ(2.5)dnl
+AC_INIT(Makefile.in)
 
-srctrigger=compile.c
-srcname="shsim"
-
-# per-host:
-
-. ${srcdir}/../../bfd/configure.host
-
-# Set up to make a link between the host's include file and "sysdep.h".
-files="../../bfd/hosts/${my_host}.h"
-
-links="sysdep.h"
-
-if [ ! -f ${srcdir}/${files} ] ; then
-       if [ -n "${my_host}" ] ; then
-               echo '***' No file ${srcdir}/${files} 1>&2
-       fi
-       echo '***' ${srcname} does not support host ${host} 1>&2
-       exit 1
-fi
-
-host_makefile_frag=
-if [ -f ${srcdir}/../../bfd/config/${my_host}.mh ] ; then
-       host_makefile_frag=../../bfd/config/${my_host}.mh
-fi
-
-# per-target:
+SIM_AC_COMMON
 
+AC_CHECK_HEADERS(unistd.h)
 
+SIM_AC_OUTPUT
This page took 0.024803 seconds and 4 git commands to generate.