Skip to content
Snippets Groups Projects
Commit 3c77c375 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Replaced AM_CONFIG_HEADER by AC_CONFIG_HEADERS, cf. FS#1243.

[[Imported from SVN: r7100]]
parent 743f4a84
No related branches found
No related tags found
No related merge requests found
......@@ -323,7 +323,7 @@ AC_PREREQ(2.50)
DUNE_AC_INIT # gets module version from dune.module file
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/$CMODULE.cc])
AM_CONFIG_HEADER([config.h])
AC_CONFIG_HEADERS([config.h])
# we need no more than the standard DE-stuff
......
......@@ -5,7 +5,7 @@
DUNE_AC_INIT # gets module version from dune.module file
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([dune/common/stdstreams.cc])
AM_CONFIG_HEADER([config.h])
AC_CONFIG_HEADERS([config.h])
# add configure flags needed to create log files for dune-autobuild
DUNE_AUTOBUILD_FLAGS
......
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