source: rtems/c/src/exec/libcsupport/configure.ac @ b8ad66c

4.104.114.84.95
Last change on this file since b8ad66c was b8ad66c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/17/02 at 15:05:53

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

  • Makefile.am: Merge src/Makefile.am.
  • configure.ac: Reflect changes above.
  • src/Makefile.am: Remove.
  • Property mode set to 100644
File size: 740 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-lib],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
7AC_CONFIG_SRCDIR([src])
8RTEMS_TOP(../../../..)
9AC_CONFIG_AUX_DIR(../../../..)
10
11RTEMS_CANONICAL_TARGET_CPU
12AM_INIT_AUTOMAKE([no-define foreign 1.6])
13AM_MAINTAINER_MODE
14
15RTEMS_ENV_RTEMSCPU
16
17RTEMS_CHECK_CPU
18RTEMS_CANONICAL_HOST
19
20RTEMS_PROJECT_ROOT
21
22RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
23RTEMS_CANONICALIZE_TOOLS
24
25RTEMS_CHECK_NEWLIB
26RTEMS_CHECK_MULTIPROCESSING
27
28AM_CONDITIONAL(UNIX,test x"$RTEMS_CPU" = x"unix")
29AM_CONDITIONAL(NEWLIB,test x"$RTEMS_USE_NEWLIB" = x"yes")
30
31AM_CONFIG_HEADER(src/config.h)
32
33# Explicitly list all Makefiles here
34AC_CONFIG_FILES([Makefile])
35AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.