OSDN Git Service

* public snapshot of sid simulator
[pf3gnuchains/pf3gnuchains3x.git] / sid / component / cgen-cpu / m32r / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT(Makefile.in)
3 AC_CONFIG_AUX_DIR(../../../config)
4 AM_INIT_AUTOMAKE(sidcomp,0.1)
5
6 dnl automake support
7 AM_MAINTAINER_MODE
8 AC_LIBTOOL_WIN32_DLL
9 AM_PROG_LIBTOOL
10 AC_PROG_CXX
11 AC_PROG_CXXCPP
12 AC_EXEEXT
13 AC_LANG_CPLUSPLUS
14
15 dnl Outputs
16 AC_OUTPUT(Makefile)