summaryrefslogtreecommitdiff
path: root/sim/h8300/configure.in
blob: 1d953dd03cfcef6620259616d15d70b1aca9a3f6 (plain)
1
2
3
4
5
6
7
8
9
10
dnl Process this file with autoconf to produce a configure script.
sinclude(../common/aclocal.m4)
AC_PREREQ(2.5)dnl
AC_INIT(Makefile.in)

SIM_AC_COMMON

AC_CHECK_HEADERS(stdlib.h time.h sys/param.h)

SIM_AC_OUTPUT