aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/configure.ac
blob: 1ee439553f58a9b48a6a646052c7780cb40484a8 (plain)
1
2
3
4
5
6
7
8
9
10
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)dnl
AC_INIT(Makefile.in)

sinclude(../common/common.m4)
sinclude(../common/aclocal.m4)

AC_CHECK_HEADERS(unistd.h)

SIM_AC_OUTPUT