OSDN Git Service

sim/ChangeLog:
[pf3gnuchains/pf3gnuchains3x.git] / sim / m32c / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2
3 dnl Copyright (C) 2005 Free Software Foundation, Inc.
4 dnl Contributed by Red Hat, Inc.
5 dnl 
6 dnl This file is part of the GNU simulators.
7 dnl 
8 dnl The GNU simulators are free software; you can redistribute them and/or
9 dnl modify them under the terms of the GNU General Public License as
10 dnl published by the Free Software Foundation; either version 2 of the
11 dnl License, or (at your option) any later version.
12 dnl 
13 dnl The GNU simulators are distributed in the hope that they will be
14 dnl useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
15 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 dnl General Public License for more details.
17 dnl 
18 dnl You should have received a copy of the GNU General Public License
19 dnl along with the GNU simulators; if not, write to the Free Software
20 dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
21 dnl 02110-1301, USA
22 dnl
23 AC_PREREQ(2.5)dnl
24 AC_INIT(Makefile.in)
25 AC_CONFIG_HEADER(config.h:config.in)
26
27 sinclude(../common/aclocal.m4)
28
29 # Bugs in autoconf 2.59 break the call to SIM_AC_COMMON, hack around
30 # it by inlining the macro's contents.
31 sinclude(../common/common.m4)
32
33 SIM_AC_OUTPUT