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

improved buildsystem ... dune-disc works now

[[Imported from SVN: r573]]
parent 0418d81e
No related branches found
No related tags found
No related merge requests found
#! /bin/bash
# $Id$
# Process this file with autoconf to produce a configure script.
AC_INIT(dune, 0.0, dune@hal.iwr.uni-heidelberg.de)
AM_INIT_AUTOMAKE(dune, 0.0, dune@hal.iwr.uni-heidelberg.de)
AC_INIT(dune-istl, 0.0, dune@hal.iwr.uni-heidelberg.de)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([istl/allocator.hh])
AM_CONFIG_HEADER([config.h])
# check all dune-module stuff
DUNE_CHECK_ALL_M
DUNE_CHECK_ALL_M([dunecommon], [duneistl])
if test x$HAVE_DUNECOMMON != x1 ; then
AC_MSG_ERROR([Can't work without the dune-common module. Maybe you have to supply your dune-common directory as --with-dunecommon=dir])
fi
# preset variable to path such that #include <dune/...> works
AC_SUBST([AM_CPPFLAGS], '$(DUNECOMMON_CPPFLAGS) $(DUNEISTL_CPPFLAGS)')
AC_SUBST([AM_CPPFLAGS], '$(DUNECOMMON_CPPFLAGS) -I$(top_srcdir)')
AC_SUBST([LIBDUNE], '$(DUNECOMMONROOT)/common/libcommon.la')
......
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