source: rtems/c/src/lib/libbsp/arm/nds/tools/configure.ac @ 2f54f8d5

4.115
Last change on this file since 2f54f8d5 was 2f54f8d5, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:51:43

Remove CVS-Ids.

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