Skip to content
Snippets Groups Projects
Commit 15a8ad0c authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

make duneproject consistent with new build system.

[[Imported from SVN: r5104]]
parent 722b6260
Branches uflconstants
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment