Newer
Older
# $Id$
# Process this file with autoconf to produce a configure script.
Christian Engwer
committed
DUNE_AC_INIT # gets module version from dune.module file
AC_CONFIG_SRCDIR([dune/common/stdstreams.cc])
# create symlink dune -> $top_srcdir
DUNE_SYMLINK
# add configure flags needed to create log files for dune-autobuild
DUNE_AUTOBUILD_FLAGS
# preset variable to path such that #include <dune/...> works
AC_SUBST([DUNE_COMMON_ROOT], '$(top_builddir)')
AC_SUBST([AM_CPPFLAGS], '-I$(top_srcdir)')
Markus Blatt
committed
AC_SUBST([LOCAL_LIBS], '$(top_builddir)/common/libcommon.la')
# write output
AC_CONFIG_FILES([Makefile
dune/Makefile
dune/common/Makefile
dune/common/test/Makefile
dune/common/exprtmpl/Makefile
doc/Makefile
doc/devel/Makefile
doc/layout/Makefile
doc/doxygen/Makefile
am/Makefile
bin/check-log-store
AC_OUTPUT
# print results
DUNE_SUMMARY_ALL