2006-01-23 22:10:41 +00:00
|
|
|
dnl Process this file with autoconf to produce a configure script.
|
|
|
|
|
2012-01-04 08:28:28 +00:00
|
|
|
dnl Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc.
|
2006-01-23 22:10:41 +00:00
|
|
|
dnl Contributed by Red Hat, Inc.
|
|
|
|
dnl
|
|
|
|
dnl This file is part of the GNU simulators.
|
|
|
|
dnl
|
2007-08-24 14:30:15 +00:00
|
|
|
dnl This program is free software; you can redistribute it and/or modify
|
|
|
|
dnl it under the terms of the GNU General Public License as published by
|
|
|
|
dnl the Free Software Foundation; either version 3 of the License, or
|
|
|
|
dnl (at your option) any later version.
|
|
|
|
dnl
|
|
|
|
dnl This program is distributed in the hope that it will be useful,
|
|
|
|
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
dnl GNU General Public License for more details.
|
|
|
|
dnl
|
2006-01-23 22:10:41 +00:00
|
|
|
dnl You should have received a copy of the GNU General Public License
|
2007-08-24 14:30:15 +00:00
|
|
|
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
|
2006-01-23 22:10:41 +00:00
|
|
|
dnl
|
2011-10-18 00:17:24 +00:00
|
|
|
AC_PREREQ(2.64)dnl
|
2006-01-23 22:10:41 +00:00
|
|
|
AC_INIT(Makefile.in)
|
2011-10-18 00:31:00 +00:00
|
|
|
sinclude(../common/acinclude.m4)
|
2006-01-23 22:10:41 +00:00
|
|
|
|
2011-10-18 00:17:24 +00:00
|
|
|
SIM_AC_COMMON
|
2006-01-23 22:10:41 +00:00
|
|
|
|
2009-08-14 04:24:30 +00:00
|
|
|
AC_CHECK_HEADERS(sys/select.h termios.h sys/socket.h netinet/in.h netinet/tcp.h)
|
|
|
|
|
2006-01-23 22:10:41 +00:00
|
|
|
SIM_AC_OUTPUT
|