source: rtems/c/src/tests/libtests/configure.in @ 4a238002

4.104.114.84.95
Last change on this file since 4a238002 was e50e3eff, checked in by Joel Sherrill <joel.sherrill@…>, on 10/04/99 at 13:54:25

New test for getenv/putenv added by Joel.

  • Property mode set to 100644
File size: 958 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl $Id$
4
5AC_PREREQ(2.13)
6AC_INIT(cpuuse)
7RTEMS_TOP(../../../..)
8AC_CONFIG_AUX_DIR(../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE(rtems-c-src-tests-libtests,$RTEMS_VERSION,no)
13AM_MAINTAINER_MODE
14
15RTEMS_ENABLE_INLINES
16RTEMS_ENABLE_CXX
17RTEMS_ENABLE_GCC28
18RTEMS_ENABLE_LIBCDIR
19RTEMS_ENABLE_BARE
20
21RTEMS_ENV_RTEMSBSP
22RTEMS_CHECK_CPU
23RTEMS_CANONICAL_HOST
24
25RTEMS_PROJECT_ROOT
26
27RTEMS_PROG_CC_FOR_TARGET
28
29if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
30  RTEMS_PROG_CXX_FOR_TARGET
31fi
32
33RTEMS_CANONICALIZE_TOOLS
34
35RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
36RTEMS_CHECK_CXX(RTEMS_BSP)
37
38AC_SUBST(BARE_CPU_CFLAGS)
39AC_SUBST(BARE_CPU_MODEL)
40
41AM_CONDITIONAL(HAS_CXX,test "$HAS_CPLUSPLUS" = "yes")
42
43# Try to explicitly list a Makefile here
44AC_OUTPUT(
45Makefile
46cpuuse/Makefile
47malloctest/Makefile
48monitor/Makefile
49putenvtest/Makefile
50rtems++/Makefile
51rtmonuse/Makefile
52stackchk/Makefile
53termios/Makefile
54)
Note: See TracBrowser for help on using the repository browser.