source: rtems/c/src/lib/libbsp/arm/csb336/configure.ac @ e56090ef

5
Last change on this file since e56090ef was 12072880, checked in by Sebastian Huber <sebastian.huber@…>, on 12/04/14 at 09:03:50

Update bug report URL

  • Property mode set to 100644
File size: 606 bytes
RevLine 
[1a3d1f3e]1## Process this file with autoconf to produce a configure script.
2
[0f77281]3AC_PREREQ([2.69])
[12072880]4AC_INIT([rtems-c-src-lib-libbsp-arm-csb336],[_RTEMS_VERSION],[https://devel.rtems.org/newticket])
[1a3d1f3e]5AC_CONFIG_SRCDIR([bsp_specs])
6RTEMS_TOP(../../../../../..)
7
8RTEMS_CANONICAL_TARGET_CPU
[bb2b825]9AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.12.2])
[1a3d1f3e]10RTEMS_BSP_CONFIGURE
11
[d236e964]12RTEMS_PROG_CC_FOR_TARGET
[1a3d1f3e]13RTEMS_CANONICALIZE_TOOLS
14RTEMS_PROG_CCAS
15
[309dbd0]16RTEMS_CHECK_NETWORKING
[1a3d1f3e]17AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
18
[d1be26b]19RTEMS_BSP_CLEANUP_OPTIONS(1, 1)
[b7774253]20
[1a3d1f3e]21# Explicitly list all Makefiles here
22AC_CONFIG_FILES([Makefile])
23AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.