From 10ae124ce1e9ec42477cb828a898e9a1207e839a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 5 Apr 2004 06:12:14 +0000 Subject: 2004-04-05 Ralf Corsepius * configure.ac: Add AC_CHECK_SIZEOF([CPU_CONTEXT]..). Add SIZEOF_CPU_CONTEXT to cpuopts.h. Add RTEMS_PROG_CCAS. * acinclude.m4: Use unquoted "here" document to propagate $3 to cpuopts.tmp. --- cpukit/acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/acinclude.m4') diff --git a/cpukit/acinclude.m4 b/cpukit/acinclude.m4 index fdf2bec89b..a01901df78 100644 --- a/cpukit/acinclude.m4 +++ b/cpukit/acinclude.m4 @@ -3,7 +3,7 @@ AC_DEFUN([RTEMS_CPUOPT], [ if $2; then -cat >>cpuopts.tmp <<\_ACEOF +cat >>cpuopts.tmp <<_ACEOF /* $4 */ #define $1 $3 -- cgit v1.2.3