Skip to content
Snippets Groups Projects
Commit 56dcba43 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

bug fix, VERSION conflicted with automake version variable for package

version. 

[[Imported from SVN: r4991]]
parent 466b6cc0
Branches
Tags
No related merge requests found
......@@ -34,8 +34,8 @@ if test x$with_alugrid != x && test x$with_alugrid != xno ; then
echo -n "checking ALUGrid version >= $NEEDEDVERSION... "
if test -f $VERSIONCHECK; then
VERSION=`$VERSIONCHECK -c $NEEDEDVERSION`
if test "x$VERSION" != "x-1"; then
ALUVERSION=`$VERSIONCHECK -c $NEEDEDVERSION`
if test "x$ALUVERSION" != "x-1"; then
VERSIONNO=`$VERSIONCHECK -v`
echo "yes (ALUGrid-$VERSIONNO)"
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment