summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-02-26 07:14:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-02-26 07:14:05 +0000
commit55e2e98a7f0a5950e281362040f319a656c9e7ac (patch)
tree22335158b821b879f818ec1f620687cd42e225a0 /cpukit/configure.ac
parent2003-02-20 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-55e2e98a7f0a5950e281362040f319a656c9e7ac.tar.bz2
2003-02-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
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..865fdedc59 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_SUBST(RTEMS_VERSION,[_RTEMS_VERSION])
AM_CONDITIONAL(HAS_POSIX,test x"$HAS_POSIX_API" = x"yes")
AM_CONDITIONAL(HAS_ITRON,test x"$HAS_ITRON_API" = x"yes")