Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-elasticity
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
agnumpde
dune-elasticity
Commits
88d6952a
Commit
88d6952a
authored
16 years ago
by
Oliver Sander
Committed by
sander@PCPOOL.MI.FU-BERLIN.DE
16 years ago
Browse files
Options
Downloads
Patches
Plain Diff
update to current Dune conventions
[[Imported from SVN: r10073]]
parent
858347ca
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+6
-3
6 additions, 3 deletions
configure.ac
with
6 additions
and
3 deletions
configure.ac
+
6
−
3
View file @
88d6952a
...
@@ -2,13 +2,16 @@
...
@@ -2,13 +2,16 @@
# Process this file with autoconf to produce a configure script.
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
AC_PREREQ(2.50)
AC_INIT
(elasticity, 1.0, sander)
DUNE_
AC_INIT
# gets module version from dune.module file
AM_INIT_AUTOMAKE
(elasticity, 1.0, sander)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([linelast.cc])
AC_CONFIG_SRCDIR([linelast.cc])
AM_CONFIG_HEADER([config.h])
AM_CONFIG_HEADER([config.h])
# Create symlink dune -> $top_srcdir
DUNE_SYMLINK
# we need no more than the standard DUNE-stuff
# we need no more than the standard DUNE-stuff
DUNE_CHECK_ALL
([dune-common], [dune-grid], [dune-istl], [dune-disc])
DUNE_CHECK_ALL
# implicitly set the Dune-flags everywhere
# implicitly set the Dune-flags everywhere
AC_SUBST(AM_CPPFLAGS, $DUNE_CPPFLAGS)
AC_SUBST(AM_CPPFLAGS, $DUNE_CPPFLAGS)
...
...
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