summaryrefslogtreecommitdiffstats
path: root/cpukit/acinclude.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-12 10:55:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-12 10:55:57 +0000
commita59e6c07743f8817b40690af4859b2a503c08270 (patch)
tree5fe29a63bbb86b6411157341340a1db1f225fc7c /cpukit/acinclude.m4
parent2004-04-09 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-a59e6c07743f8817b40690af4859b2a503c08270.tar.bz2
2004-04-12 Ralf Corsepius <ralf_corsepius@rtems.org>
* acinclude.m4 (RTEMS_CPUOPT): Use AC_DEFINE_UNQUOTED. * backward/motorola/mc68681.h, backward/motorola/mc68230.h, backward/zilog/z8536.h, backward/zilog/z8036.h, backward/zilog/z8030.h: New. * Makefile.am: Reflect having added new files above.
Diffstat (limited to 'cpukit/acinclude.m4')
-rw-r--r--cpukit/acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/acinclude.m4 b/cpukit/acinclude.m4
index a01901df78..ef4268e84b 100644
--- a/cpukit/acinclude.m4
+++ b/cpukit/acinclude.m4
@@ -10,7 +10,7 @@ cat >>cpuopts.tmp <<_ACEOF
_ACEOF
## FIXME: Duplicate the define to the autoheader
## Sanity check - Should be removed in future
- AC_DEFINE([$1],[$3],[$4])
+ AC_DEFINE_UNQUOTED([$1],[$3],[$4])
else
cat >>cpuopts.tmp <<\_ACEOF