Skip to content
Snippets Groups Projects
Commit c766d7c5 authored by Elias Pipping's avatar Elias Pipping Committed by pipping
Browse files

AM_CONFIG_HEADER -> AC_CONFIG_HEADERS

[[Imported from SVN: r7643]]
parent 272e51dd
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ AC_PREREQ(2.50) ...@@ -4,7 +4,7 @@ AC_PREREQ(2.50)
DUNE_AC_INIT # gets module version from dune.module file DUNE_AC_INIT # gets module version from dune.module file
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/dune_solvers.cc]) AC_CONFIG_SRCDIR([src/dune_solvers.cc])
AM_CONFIG_HEADER([config.h]) AC_CONFIG_HEADERS([config.h])
# Run all checks # Run all checks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment