Skip to content
Snippets Groups Projects
Commit ea45dba7 authored by Christian Engwer's avatar Christian Engwer
Browse files

use new DUNE_AC_INIT

[[Imported from SVN: r5053]]
parent 61869610
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,7 @@
# $Id$
# Process this file with autoconf to produce a configure script.
# get module version from dune.module file
m4_define([DUNE_MOD_VERSION],
[m4_esyscmd([grep ^Version: dune.module | tr '\n' ' ' | sed -e 's/^.*://' -e 's/\s*//'])])
AC_INIT(dune-common, DUNE_MOD_VERSION, dune@dune-project.org)
DUNE_AC_INIT # gets module version from dune.module file
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([common/stdstreams.cc])
AM_CONFIG_HEADER([config.h])
......
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