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

4.104.114.84.95
Last change on this file since ae30735 was deb66d1, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/02 at 18:46:05

2002-05-03 Ralf Corsepius <corsepiu@…>

  • include/Makefile.am: Remove.
  • include/sys/utsname.h: Added, removed times (now in newlib).
  • Makefile.am: Merge include/Makefile.am
  • libc/utsname.c: Relocated from posix/src.
  • libc/Makefile.am: Reflect changes above.
  • configure.ac: Remove include/Makefile
  • Property mode set to 100644
File size: 814 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([libc])
8RTEMS_TOP(../../..)
9AC_CONFIG_AUX_DIR(../../..)
10
11RTEMS_CANONICAL_TARGET_CPU
12AM_INIT_AUTOMAKE([no-define foreign 1.6])
13AM_MAINTAINER_MODE
14
15RTEMS_ENABLE_BARE
16
17RTEMS_ENV_RTEMSBSP
18
19RTEMS_CHECK_CPU
20RTEMS_CANONICAL_HOST
21
22RTEMS_PROJECT_ROOT
23
24RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
25RTEMS_CANONICALIZE_TOOLS
26
27RTEMS_CHECK_NEWLIB
28RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
29RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
30
31AM_CONDITIONAL(UNIX,test x"$RTEMS_CPU" = x"unix")
32AM_CONDITIONAL(NEWLIB,test x"$RTEMS_USE_NEWLIB" = x"yes")
33
34AM_CONFIG_HEADER(libc/config.h)
35
36# Explicitly list all Makefiles here
37AC_CONFIG_FILES([Makefile
38libc/Makefile])
39AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.