source: rtems/c/src/configure.in @ e1d8abb

4.104.114.84.95
Last change on this file since e1d8abb 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: 665 bytes
RevLine 
[eb299afc]1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl  $Id$
4
5AC_PREREQ(2.13)
[f724a870]6AC_INIT(exec)
[eb299afc]7RTEMS_TOP(../..)
8AC_CONFIG_AUX_DIR(../..)
9
[e1d8abb]10RTEMS_ENABLE_CXX
11
[eb299afc]12RTEMS_CANONICAL_TARGET_CPU
13
14AM_INIT_AUTOMAKE(rtems-c-src,$RTEMS_VERSION,no)
15AM_MAINTAINER_MODE
16
17RTEMS_ENV_RTEMSBSP
18RTEMS_CHECK_CPU
19RTEMS_CANONICAL_HOST
20
21RTEMS_PROJECT_ROOT
22
23RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
24
[e1d8abb]25## Note: the order of the directories below is essential
[eb299afc]26AC_CONFIG_SUBDIRS(make)
27AC_CONFIG_SUBDIRS(exec)
28AC_CONFIG_SUBDIRS(lib)
[e1d8abb]29if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
30cfg_subdirs="librtems++";
31fi
32AC_CONFIG_SUBDIRS($cfg_subdirs)
[eb299afc]33AC_CONFIG_SUBDIRS(tests)
34
35AC_OUTPUT(
36Makefile
37)
Note: See TracBrowser for help on using the repository browser.