From 027e40dc03e8b72f644f445ba5623fc794b2d169 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 22 Feb 2011 14:56:36 +0000 Subject: =?UTF-8?q?2011-02-22=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Add AC_CONFIG_HEADER(config.h). --- testsuites/mptests/ChangeLog | 4 ++++ testsuites/mptests/configure.ac | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'testsuites/mptests') diff --git a/testsuites/mptests/ChangeLog b/testsuites/mptests/ChangeLog index 6a2a824e51..5e01a7bbf8 100644 --- a/testsuites/mptests/ChangeLog +++ b/testsuites/mptests/ChangeLog @@ -1,3 +1,7 @@ +2011-02-22 Ralf Corsépius + + * configure.ac: Add AC_CONFIG_HEADER(config.h). + 2011-02-22 Ralf Corsépius * mp01/init.c, mp01/task1.c, mp02/init.c, mp02/task1.c, mp03/delay.c, diff --git a/testsuites/mptests/configure.ac b/testsuites/mptests/configure.ac index 99af06f6ff..2ecc283d01 100644 --- a/testsuites/mptests/configure.ac +++ b/testsuites/mptests/configure.ac @@ -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") -- cgit v1.2.3