summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-02-28 08:25:40 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-02-28 08:25:40 +0000
commit490a605f289142b83f0f9c238be031eadd9b6b47 (patch)
tree779d44bbbaa09ff55378980e29a0c780a1b16cbc /cpukit/configure.ac
parentMerger from rtems-4-6-branch. (diff)
downloadrtems-490a605f289142b83f0f9c238be031eadd9b6b47.tar.bz2
Merger from rtems-4-6-branch.
Diffstat (limited to 'cpukit/configure.ac')
-rw-r--r--cpukit/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index bae53a0d00..5417c98ef0 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -47,7 +47,7 @@ AM_CONDITIONAL(INLINE,test x"$INLINEdir" = x"inline" )
AM_CONDITIONAL(MACROS,test x"$INLINEdir" = x"macros" )
AM_CONDITIONAL(HAS_MP,test x"$HAS_MP" = x"yes" )
-AC_SUBST(RTEMS_VERSION)
+AC_DEFINE(RTEMS_VERSION,["rtems-][_RTEMS_VERSION]["],[RTEMS version string])
AM_CONDITIONAL(HAS_POSIX,test x"$HAS_POSIX_API" = x"yes")
AM_CONDITIONAL(HAS_ITRON,test x"$HAS_ITRON_API" = x"yes")