source: rtems/c/src/lib/libbsp/sparc64/configure.ac @ af03345

4.115
Last change on this file since af03345 was bb2b825, checked in by Ralf Corsépius <ralf.corsepius@…>, on 07/19/12 at 13:47:55

Require automake-1.12.2.

  • Property mode set to 100644
File size: 525 bytes
Line 
1## Process this file with autoconf to produce a configure script.
2
3AC_PREREQ([2.69])
4AC_INIT([rtems-c-src-lib-libbsp-sparc64],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
5
6# GAB: ./shared is used by sparc v7/8 bsps
7# AC_CONFIG_SRCDIR([shared])
8
9RTEMS_TOP(../../../../..)
10
11RTEMS_CANONICAL_TARGET_CPU
12AM_INIT_AUTOMAKE([no-define foreign 1.12.2])
13AM_MAINTAINER_MODE
14
15RTEMS_ENV_RTEMSBSP
16
17RTEMS_PROJECT_ROOT
18
19RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY])
20
21# Explicitly list all Makefiles here
22AC_CONFIG_FILES([Makefile])
23AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.