From dbe182172462125f560e8dd52dd753e82a72a9de Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Sun, 13 Jan 2013 22:49:44 +0100 Subject: [PATCH] AM_CONFIG_HEADER -> AC_CONFIG_HEADERS --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 10c51e47..308e2748 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ DUNE_AC_INIT # gets module version from dune.module file AM_INIT_AUTOMAKE AM_SILENT_RULES AC_CONFIG_SRCDIR([src/one-body-sample.cc]) -AM_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADERS([config.h]) # we need no more than the standard DE-stuff -- GitLab