summaryrefslogtreecommitdiff
path: root/sim/sh/configure.ac
blob: feac584a41b5c6339a18b485e85ed5597fb13fdb (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.59)dnl
AC_INIT(Makefile.in)

SIM_AC_COMMON

AC_CHECK_HEADERS(unistd.h)

SIM_AC_OUTPUT