source: rtems/c/src/lib/libbsp/arm/nds/tools/configure.ac @ 9eac014

4.104.115
Last change on this file since 9eac014 was 309dbd0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/28/09 at 06:28:41

Whitespace removal.

  • Property mode set to 100644
File size: 581 bytes
Line 
1##
2## $Id$
3##
4
5AC_PREREQ(2.60)
6AC_INIT([rtems-c-src-lib-libbsp-arm-nds-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
7AC_CONFIG_SRCDIR([runtest])
8RTEMS_TOP(../../../../../../..)
9
10# HACK: so we use the default native flags and do not inherit cross cflags
11# HACK: I really hope we get a better solution soon. --joel
12CFLAGS=
13AC_PROG_CC
14AC_PROG_CXX
15
16## RTEMS_CANONICAL_TARGET_CPU
17
18AM_INIT_AUTOMAKE([no-define foreign 1.10])
19AM_MAINTAINER_MODE
20
21RTEMS_ENV_RTEMSBSP
22
23RTEMS_PROJECT_ROOT
24RTEMS_TOOLPATHS
25
26# Explicitly list all Makefiles here
27AC_CONFIG_FILES([Makefile])
28AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.