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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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-common
Commits
15a8ad0c
Commit
15a8ad0c
authored
16 years ago
by
Robert Klöfkorn
Browse files
Options
Downloads
Patches
Plain Diff
make duneproject consistent with new build system.
[[Imported from SVN: r5104]]
parent
722b6260
Branches
uflconstants
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
bin/duneproject
+4
-2
4 additions, 2 deletions
bin/duneproject
with
4 additions
and
2 deletions
bin/duneproject
+
4
−
2
View file @
15a8ad0c
...
...
@@ -232,6 +232,8 @@ cat > "$PROJECT/dune.module" <<C_DELIM
#Name of the module
Module:
$MODULE
Version:
$VERSION
Maintainer:
$MAINTAINER
#depending on
Depends:
$DEPENDENCIES
C_DELIM
...
...
@@ -283,7 +285,7 @@ cat > "$PROJECT/configure.ac" <<C_DELIM
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
DUNE_AC_INIT # gets module version from dune.module file
AM_INIT_AUTOMAKE
(
$PROJECT
,
$VERSION
,
$MAINTAINER
)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([
$CMODULE
.cc])
AM_CONFIG_HEADER([config.h])
...
...
@@ -291,7 +293,7 @@ AM_CONFIG_HEADER([config.h])
# we need no more than the standard DE-stuff
# this module depends on
$DEPENDENCIES
# this implies checking for
$CHECK
DUNE_CHECK_ALL
(
$CHECK
)
DUNE_CHECK_ALL
# implicitly set the Dune-flags everywhere
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