OSDN Git Service

* public snapshot of sid simulator
[pf3gnuchains/pf3gnuchains3x.git] / sid / bsp / 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(sid,0.1)
5
6 dnl automake support
7 AM_MAINTAINER_MODE
8 AC_EXEEXT
9
10 AC_PROG_INSTALL
11 AC_SUBST(INSTALL)
12
13 dnl Perform --target/--enable-targets processing.
14 CY_SIDTARGET_CHECK
15
16 AC_OUTPUT_COMMANDS([chmod a+x configrun-sid pregen/pregen-configs])
17 AC_OUTPUT([Makefile pregen/Makefile configrun-sid pregen/pregen-configs])