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

use new DUNE_AC_INIT function

[[Imported from SVN: r848]]
parent bce6b813
Branches
Tags
Loading
#! /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 Albert, MPI, etc. cannot be found. An exception to this are UG and AmiraMesh
echo ALBERTA, 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment