blob: 6e6850cb31aaf2d2ebfe668b7c27b16ba6cc2b3d (
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.64)dnl
AC_INIT(Makefile.in)
sinclude(../common/aclocal.m4)
SIM_AC_COMMON
AC_CHECK_HEADERS(unistd.h)
SIM_AC_OUTPUT
|