source: rtems/c/src/librtems++/configure.in @ 4f021c0

4.104.114.84.95
Last change on this file since 4f021c0 was e1d8abb, checked in by Joel Sherrill <joel.sherrill@…>, on 09/07/99 at 13:45:03

Applied patch rtems-rc-19990820-6.diff.gz from
Ralf Corsepius <corsepiu@…> which converted many
Makefile.in's to Makefile.am's. This added a lot of files.

  • Property mode set to 100644
File size: 792 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl $Id$
4
5AC_PREREQ(2.13)
6AC_INIT(include/rtems++)
7RTEMS_TOP(../../..)
8AC_CONFIG_AUX_DIR(../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11RTEMS_PROJECT_ROOT
12RTEMS_CANONICAL_HOST
13
14AM_INIT_AUTOMAKE(rtems-c-src-librtems++,$RTEMS_VERSION,no)
15AM_MAINTAINER_MODE
16
17RTEMS_ENABLE_CXX
18RTEMS_ENABLE_LIBCDIR
19
20RTEMS_ENV_RTEMSBSP
21RTEMS_CHECK_CPU
22RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
23
24RTEMS_CHECK_CXX(RTEMS_BSP)
25dnl check for g++
26if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
27  RTEMS_PROG_CXX_FOR_TARGET
28fi
29RTEMS_CANONICALIZE_TOOLS
30
31AM_CONDITIONAL(HAS_CXX,test "$HAS_CPLUSPLUS" = "yes")
32
33PROJECT_INCLUDE="\$(PROJECT_ROOT)/$RTEMS_BSP/lib/include"
34AC_SUBST(PROJECT_INCLUDE)
35
36AC_OUTPUT(
37Makefile
38include/Makefile
39include/rtems++/Makefile
40src/Makefile
41)
Note: See TracBrowser for help on using the repository browser.