Skip to content
Snippets Groups Projects
Commit de32e065 authored by Markus Blatt's avatar Markus Blatt
Browse files

[MERGE] rev. 7100 Replaced AM_CONFIG_HEADER by AC_CONFIG_HEADERS, cf. FS#1243.

[[Imported from SVN: r7127]]
parents 1b5a3f36 3c77c375
No related branches found
No related tags found
No related merge requests found
......@@ -318,7 +318,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