2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>

* configure.ac: Add AC_CONFIG_HEADER(config.h).
This commit is contained in:
Ralf Corsepius
2011-02-22 14:56:36 +00:00
parent 8ca85b0b4f
commit 027e40dc03
13 changed files with 32 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add AC_CONFIG_HEADER(config.h).
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* mp01/init.c, mp01/task1.c, mp02/init.c, mp02/task1.c, mp03/delay.c,

View File

@@ -5,6 +5,7 @@
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-tests-mptests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([mp01])
AC_CONFIG_HEADER([config.h])
RTEMS_TOP([../..],[..])
RTEMS_CANONICAL_TARGET_CPU
@@ -22,8 +23,8 @@ RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
RTEMS_CHECK_CPUOPTS([RTEMS_MULTIPROCESSING])
RTEMS_CHECK_CPUOPTS([RTEMS_MULTIPROCESSING])
AM_CONDITIONAL(HAS_MP,test "$rtems_cv_RTEMS_MULTIPROCESSING" = "yes")