* compile.c (sim_resume): Watch for calls to abort.
[deliverable/binutils-gdb.git] / sim / h8300 / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 AC_PREREQ(2.3)dnl
3 AC_INIT(Makefile.in)
4
5 AC_CONFIG_HEADER(config.h:config.in)
6
7 AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..)
8 AC_CANONICAL_SYSTEM
9 AC_ARG_PROGRAM
10
11 . ${srcdir}/../../bfd/configure.host
12
13 AC_PROG_CC
14 AC_SUBST(CFLAGS)
15 AC_SUBST(HDEFINES)
16 AR=${AR-ar}
17 AC_SUBST(AR)
18 AC_PROG_RANLIB
19
20 AC_CHECK_HEADERS(stdlib.h time.h)
21
22 AC_OUTPUT(Makefile,
23 [case x$CONFIG_HEADERS in xconfig.h:config.in) echo > stamp-h ;; esac])
This page took 0.031533 seconds and 4 git commands to generate.