summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/csb360/configure.ac
diff options
context:
space:
mode:
authorJay Monkman <jtm@smoothsmoothie.com>2004-08-03 05:01:51 +0000
committerJay Monkman <jtm@smoothsmoothie.com>2004-08-03 05:01:51 +0000
commit02e708dc257687b6fe5eb624af9020e688094085 (patch)
treebf62686a2df10a6069e834c0d10e62c4a0159658 /c/src/lib/libbsp/m68k/csb360/configure.ac
parent2004-08-02 Jay Monkman <jtm@lopingdog.com> (diff)
downloadrtems-02e708dc257687b6fe5eb624af9020e688094085.tar.bz2
2004-08-03 Jay Monkman <jtm@lopingdog.com>
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, times, console/.cvsignore, console/console-io.c, include/.cvsignore, include/bsp.h, include/coverhd.h, include/tm27.h, network/network.c, start/.cvsignore, start/start.S, startup/.cvsignore, startup/bspclean.c, startup/bspstart.c, startup/init5272.c, startup/linkcmds: New files.
Diffstat (limited to 'c/src/lib/libbsp/m68k/csb360/configure.ac')
-rw-r--r--c/src/lib/libbsp/m68k/csb360/configure.ac22
1 files changed, 22 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/m68k/csb360/configure.ac b/c/src/lib/libbsp/m68k/csb360/configure.ac
new file mode 100644
index 0000000000..54a6ac63cb
--- /dev/null
+++ b/c/src/lib/libbsp/m68k/csb360/configure.ac
@@ -0,0 +1,22 @@
+## Process this file with autoconf to produce a configure script.
+##
+## $Id$
+
+AC_PREREQ(2.59)
+AC_INIT([rtems-c-src-lib-libbsp-m68k-csb360],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
+AC_CONFIG_SRCDIR([bsp_specs])
+RTEMS_TOP(../../../../../..)
+
+RTEMS_CANONICAL_TARGET_CPU
+AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.8])
+RTEMS_BSP_CONFIGURE
+
+RTEMS_PROG_CC_FOR_TARGET
+RTEMS_CANONICALIZE_TOOLS
+RTEMS_PROG_CCAS
+
+RTEMS_CHECK_NETWORKING
+
+# Explicitly list all Makefiles here
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT