Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Core Modules
dune-istl
Commits
2fce95bf
Commit
2fce95bf
authored
18 years ago
by
Markus Blatt
Browse files
Options
Downloads
Patches
Plain Diff
share/am was moved to share/dune-common/am
[[Imported from SVN: r604]]
parent
09444f3e
Branches
Branches containing commit
Tags
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
autogen.sh
+2
-2
2 additions, 2 deletions
autogen.sh
with
2 additions
and
2 deletions
autogen.sh
+
2
−
2
View file @
2fce95bf
...
...
@@ -44,8 +44,8 @@ for OPT in "$@"; do
if
test
-d
"
$OPT
/share/aclocal"
;
then
ACLOCAL_FLAGS
=
"
$ACLOCAL_FLAGS
-I
$OPT
/share/aclocal"
fi
if
test
-d
"
$OPT
/share/am"
;
then
am_dir
=
"
$OPT
/share/am"
if
test
-d
"
$OPT
/share/
dune-common/
am"
;
then
am_dir
=
"
$OPT
/share/
dune-common/
am"
fi
;;
esac
...
...
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