[Dune] undefined macro: _m4_divert_diversion

Christoph GrĂ¼ninger christoph.grueninger at iws.uni-stuttgart.de
Mon Feb 4 21:03:31 CET 2013


Hello Eike,
the file is configure.ac and the old command is AM_CONFIG_HEADER
without a plural s. The change should be similar to the one in
e.g. dune-geometry:

~/Dokumente/dune/complete> svn diff dune-geometry/ -r362:363
Index: dune-geometry/configure.ac
===================================================================
--- dune-geometry/configure.ac  (Revision 362)
+++ dune-geometry/configure.ac  (Revision 363)
@@ -3,7 +3,7 @@
 AC_PREREQ(2.50)
 DUNE_AC_INIT # gets module version from dune.module file
 AM_INIT_AUTOMAKE
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 
 
 # we need no more than the standard DE-stuff

====

Actually I would be surprised if that solves your problem. Then
we should warn other users, too. I have been running a combination 
of the old and the new macro for a couple of days, without any
problem.

Bye Christoph




More information about the Dune mailing list