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

SIM_AC_COMMON

SIM_AC_OPTION_WARNINGS

AC_CHECK_HEADERS(unistd.h)


SIM_AC_OUTPUT