From 3c77c375d3dfc43692659534b8ad4f5e9485673a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= <gruenich@dune-project.org> Date: Sat, 2 Feb 2013 03:11:29 +0000 Subject: [PATCH] Replaced AM_CONFIG_HEADER by AC_CONFIG_HEADERS, cf. FS#1243. [[Imported from SVN: r7100]] --- bin/duneproject | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/duneproject b/bin/duneproject index 31e616983..9eb33ebeb 100755 --- a/bin/duneproject +++ b/bin/duneproject @@ -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 diff --git a/configure.ac b/configure.ac index 05c343c47..4a322ebc3 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- GitLab