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
18a5c08a
Commit
18a5c08a
authored
17 years ago
by
Christian Engwer
Browse files
Options
Downloads
Patches
Plain Diff
use new DUNE_AC_INIT function
[[Imported from SVN: r848]]
parent
bce6b813
Branches
Branches containing commit
Tags
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+3
-3
3 additions, 3 deletions
configure.ac
with
3 additions
and
3 deletions
configure.ac
+
3
−
3
View file @
18a5c08a
#! /bin/bash
# $Id$
# Process this file with autoconf to produce a configure script.
AC_INIT
(
dune-istl, 0.0, dune@dune-project.org
)
DUNE_
AC_INIT
# gets module version from dune.module file
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR
([
istl/allocator.hh]
)
AM_CONFIG_HEADER
([
config.h]
)
# check all dune-module stuff
DUNE_CHECK_ALL_M
([
dune-common]
)
DUNE_CHECK_ALL_M
# preset variable to path such that #include <dune/...> works
AC_SUBST
([
AM_CPPFLAGS],
'$(DUNE_CPPFLAGS) -I$(top_srcdir)'
)
...
...
@@ -18,7 +18,7 @@ DUNE_SUMMARY_ALL
echo
echo
Note: Most of the libraries checked
for
above are only used
for
the self-test
echo
of Dune. The library itself will build and the headers will work even
if
echo
A
lbert
, MPI, etc. cannot be found. An exception to this are UG and AmiraMesh
echo
A
LBERTA
, MPI, etc. cannot be found. An exception to this are UG and AmiraMesh
echo
which need to be found right now
if
you want to use them later.
echo
...
...
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