* configure.in: Call AC_CONFIG_HEADER. Don't try to use
[deliverable/binutils-gdb.git] / sim / h8300 / configure.in
index b7a9592566fef422b3bf5f9e5ea75ed06c8cbea8..aea2a8dcbcceec003cfab656a28c7aa0eb145b3b 100644 (file)
@@ -2,31 +2,22 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.3)dnl
 AC_INIT(Makefile.in)
 
+AC_CONFIG_HEADER(config.h:config.in)
+
 AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..)
 AC_CANONICAL_SYSTEM
 AC_ARG_PROGRAM
 
 . ${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"
-if test ! -f ${srcdir}/${files} ; then
-       files=../../bfd/hosts/std-host.h
-       AC_MSG_WARN(h8300sim has no specific support for host ${host} -- using std-host)
-fi
-AC_LINK_FILES($files, sysdep.h)
-
-if test -f ${srcdir}/../../bfd/config/${my_host}.mh; then
-       host_makefile_frag=../../bfd/config/${my_host}.mh
-else
-       host_makefile_frag=/dev/null
-fi
+AC_PROG_CC
+AC_SUBST(CFLAGS)
+AC_SUBST(HDEFINES)
+AR=${AR-ar}
+AC_SUBST(AR)
+AC_PROG_RANLIB
 
-frags=
-if test $host_makefile_frag != /dev/null; then
-       frags="$frags $host_makefile_frag"
-fi
-AC_SUBST_FILE(host_makefile_frag)
-AC_SUBST(frags)
+AC_CHECK_HEADERS(stdlib.h time.h)
 
-AC_OUTPUT(Makefile)
+AC_OUTPUT(Makefile,
+[case x$CONFIG_HEADERS in xconfig.h:config.in) echo > stamp-h ;; esac])
This page took 0.028787 seconds and 4 git commands to generate.