We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aba162 commit ae0290fCopy full SHA for ae0290f
configure.in
@@ -597,7 +597,7 @@ AC_MSG_RESULT([Not compiling with BOOST]); USE_MODPAR=""; BOOSTHOME=""
597
598
AC_MSG_CHECKING([for revision])
599
SOURCE_REVISION=""
600
-test -f REVISION && SOURCE_REVISION=`head -n1 REVISION | grep -o @<:@0-9@:>@*`
+test -f REVISION && SOURCE_REVISION=`head -n1 REVISION | grep -o @<:@0-9@:>@@<:@0-9@:>@*`
601
test -z "$SOURCE_REVISION" && SOURCE_REVISION=`svn info 2>&1 | grep ^Revision: | cut -d\ -f2`
602
test -z "$SOURCE_REVISION" && SOURCE_REVISION="????"
603
0 commit comments