summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-02-28 06:23:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-02-28 06:23:12 +0000
commitb566205fcacc6eb179a6d87d4c25f5a296057531 (patch)
treec4ba64cf5141d249a6a920ee2f85e50e3ba0b252 /cpukit/configure.ac
parent2003-02-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b566205fcacc6eb179a6d87d4c25f5a296057531.tar.bz2
2003-02-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_SUBST(RTEMS_VERSION). AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
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 865fdedc59..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,[_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")