source: rtems/c/src/optman/configure.ac @ dfa9b5fc

4.104.114.84.95
Last change on this file since dfa9b5fc was dfa9b5fc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/15/02 at 08:20:55

2002-06-15 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Remove multilib support.
  • configure.ac: Ditto.
  • sapi/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 739 bytes
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ(2.52)
6AC_INIT([rtems-c-src-optman],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
7AC_CONFIG_SRCDIR([rtems])
8RTEMS_TOP(../../..)
9AC_CONFIG_AUX_DIR(../../..)
10
11RTEMS_CANONICAL_TARGET_CPU
12
13AM_INIT_AUTOMAKE([no-define foreign 1.6])
14AM_MAINTAINER_MODE
15
16RTEMS_ENABLE_MULTIPROCESSING
17RTEMS_ENABLE_POSIX
18RTEMS_ENABLE_ITRON
19RTEMS_ENABLE_INLINES
20RTEMS_ENABLE_RTEMS_DEBUG
21
22RTEMS_ENV_RTEMSBSP
23RTEMS_CHECK_RTEMS_DEBUG
24
25RTEMS_CHECK_CPU
26RTEMS_CANONICAL_HOST
27
28RTEMS_PROJECT_ROOT
29
30RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
31RTEMS_CANONICALIZE_TOOLS
32
33RTEMS_CHECK_NEWLIB
34
35# Explicitly list all Makefiles here
36AC_CONFIG_FILES([Makefile
37rtems/Makefile
38sapi/Makefile
39])
40AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.