blob: 29b35ebd62955b66fa5326b2a921329fb0de61e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.5)dnl
AC_INIT(Makefile.in)
SIM_AC_COMMON
SIM_AC_OPTION_WARNINGS
AC_CHECK_HEADERS(unistd.h)
SIM_AC_OUTPUT
|