summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-25 13:33:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-25 13:33:08 +0000
commit7496d9c30a8af42907fd0857c8a22767a79c7858 (patch)
treed22b724d81f3108f87f3da3bc4a9e0c61517b820 /aclocal
parentAdded c3xsim as alias of c4xsim. (diff)
downloadrtems-7496d9c30a8af42907fd0857c8a22767a79c7858.tar.bz2
Patch rtems-rc-20000725-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that is an improvement in the version handling macro that compensates for Joel's bug in the release script which broke the VERSION file format.
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/rtems-top.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/rtems-top.m4 b/aclocal/rtems-top.m4
index bea4e79912..67e3afe50f 100644
--- a/aclocal/rtems-top.m4
+++ b/aclocal/rtems-top.m4
@@ -24,7 +24,7 @@ dnl Hopefully, Joel never changes its format ;-
AC_MSG_CHECKING([for RTEMS Version])
if test -r "${srcdir}/${RTEMS_TOPdir}/VERSION"; then
changequote(,)dnl
-RTEMS_VERSION=`grep Version ${srcdir}/${RTEMS_TOPdir}/VERSION | \
+RTEMS_VERSION=`grep 'RTEMS Version' ${srcdir}/${RTEMS_TOPdir}/VERSION | \
sed -e 's%RTEMS[ ]*Version[ ]*\(.*\)[ ]*%\1%g'`
changequote([,])dnl
else