source: rtems/c/src/lib/libcpu/nios2/configure.ac @ 0c0181d

4.115
Last change on this file since 0c0181d was 8ee3775, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/02/11 at 15:01:43

2011-02-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Require autoconf-2.68, automake-1.11.1.
  • Property mode set to 100644
File size: 785 bytes
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ([2.68])
6AC_INIT([rtems-c-src-lib-libcpu-nios2],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
7RTEMS_TOP([../../../../..],[../../..])
8
9RTEMS_CANONICAL_TARGET_CPU
10
11AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.11.1])
12AM_MAINTAINER_MODE
13
14RTEMS_ENV_RTEMSBSP
15
16RTEMS_PROJECT_ROOT
17
18RTEMS_PROG_CC_FOR_TARGET
19AM_PROG_CC_C_O
20RTEMS_CANONICALIZE_TOOLS
21RTEMS_PROG_CCAS
22
23# At this time all models should use the shared directory so do this
24AM_CONDITIONAL(shared, true)
25
26AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
27AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \
28  && test -n "$AMPOLISH3"])
29
30RTEMS_AMPOLISH3
31
32# Explicitly list all Makefiles here
33AC_CONFIG_FILES([Makefile
34])
35AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.