Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Koch
dune-common
Commits
25654d9b
Commit
25654d9b
authored
17 years ago
by
Robert Klöfkorn
Browse files
Options
Downloads
Patches
Plain Diff
added ALUGRID to version variable to avoid futher errors.
[[Imported from SVN: r4992]]
parent
56dcba43
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
m4/alugrid.m4
+9
-9
9 additions, 9 deletions
m4/alugrid.m4
with
9 additions
and
9 deletions
m4/alugrid.m4
+
9
−
9
View file @
25654d9b
...
...
@@ -28,16 +28,16 @@ if test x$with_alugrid != x && test x$with_alugrid != xno ; then
# expand tilde / other stuff
ALUGRIDROOT=`cd $with_alugrid && pwd`
VERSIONCHECK=$ALUGRIDROOT/bin/alugridversion
ALUGRID_
VERSIONCHECK=$ALUGRIDROOT/bin/alugridversion
## check version number
NEEDEDVERSION=1.0
echo -n "checking ALUGrid version >= $NEEDEDVERSION... "
if test -f $VERSIONCHECK; then
ALUVERSION=`$VERSIONCHECK -c $NEEDEDVERSION`
if test "x$ALUVERSION" != "x-1"; then
VERSIONNO=`$VERSIONCHECK -v`
echo "yes (ALUGrid-$VERSIONNO)"
NEEDED
ALUGRID_
VERSION=1.0
echo -n "checking ALUGrid version >= $NEEDED
ALUGRID_
VERSION... "
if test -f $
ALUGRID_
VERSIONCHECK; then
ALU
GRID_
VERSION=`$
ALUGRID_
VERSIONCHECK -c $NEEDED
ALUGRID_
VERSION`
if test "x$ALU
GRID_
VERSION" != "x-1"; then
ALUGRID_
VERSIONNO=`$
ALUGRID_
VERSIONCHECK -v`
echo "yes (ALUGrid-$
ALUGRID_
VERSIONNO)"
else
AC_MSG_ERROR([ALUGrid version is too old!])
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment