From 7496d9c30a8af42907fd0857c8a22767a79c7858 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 25 Jul 2000 13:33:08 +0000 Subject: Patch rtems-rc-20000725-1-cvs.diff from Ralf Corsepius 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. --- aclocal/rtems-top.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aclocal/rtems-top.m4') 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 -- cgit v1.2.3